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

Invoke.RealArrayToProfile

Converts an array of real numbers to a profile.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RealArrayToProfile
(
	List<float> inArray,
	Avl.Profile outProfile
)

Parameters

Name Type Range Default Description
inArraySystem.Collections.Generic.List<float>
outProfileAvl.ProfileOutput profile.

See also