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

AVL.ProfileToRealArray Method

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

Name Type Range Default Description
inProfileAvlNet.ProfileInput profile.
outArrayfloat

See also