You are here: Start » AVL.NET » Function Reference » Conversions » AVL.RealArrayToProfile

AVL.RealArrayToProfile

Converts an array of real numbers to a profile.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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