You are here: Start » FIL.NET » FIS.RealArrayToProfile Method
FIS.RealArrayToProfile Method
Converts an array of real numbers to a profile.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void RealArrayToProfile ( IList<float> inArray, FilNet.Profile outProfile )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inArray | System.Collections.Generic.IList<float> | |||
![]() | outProfile | FilNet.Profile | Output profile. |