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


