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

Invoke.RealArrayToProfile

Converts an array of real numbers to a profile.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

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

See also