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

AVL.RealArrayToProfile Method

Converts an array of real numbers to a profile.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RealArrayToProfile(
	float[] inArray,
	out AvlNet.Profile outProfile
)

Parameters

Name Type Range Default Description
inArrayfloat
outProfileAvlNet.ProfileOutput profile.

See also