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

AVS.RealArrayToProfile Method

Converts an array of real numbers to a profile.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RealArrayToProfile
(
	IList<float> inArray,
	AvlNet.Profile outProfile
)

Parameters

Name Type Range Default Description
inArraySystem.Collections.Generic.IList<float>
outProfileAvlNet.ProfileOutput profile.

See also