You are here: Start » AVL.NET » AVL.ProfileToRealArray(AvlNet.Profile, float[])

AVL.ProfileToRealArray(AvlNet.Profile, float[])

Converts a profile to an array of real numbers.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ProfileToRealArray(
	AvlNet.Profile inProfile,
	out float[] outArray
)

Parameters

inProfile
Type: AvlNet.Profile
Input profile
outArray
Type: System.Single

See also