You are here: Start » AVL.NET » Invoke.ProfileToRealArray

Invoke.ProfileToRealArray

Converts a profile to an array of real numbers.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inProfileAvl.ProfileInput profile.
outArraySystem.Collections.Generic.List<float>

See also