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

FIL.RealArrayToProfile

Converts an array of real numbers to a profile.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

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

See also