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

AVS.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,
	IList<float> outArray
)

Parameters

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

See also