You are here: Start » AVL.NET » Function Reference » Conversions » AVL.ProfileToRealArray

AVL.ProfileToRealArray

Converts a profile to an array of real numbers.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ProfileToRealArray
(
	AvlNet.Profile inProfile,
	IList<float> outArray
)

Parameters

Name Type Range Default Description
inProfileAvlNet.ProfileInput profile.
outArraySystem.Collections.Generic.IList<float>

See also