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

FIL.ProfileToRealArray

Converts a profile to an array of real numbers.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void ProfileToRealArray
(
	FilNet.Profile inProfile,
	IList<float> outArray
)

Parameters

Name Type Range Default Description
inProfileFilNet.ProfileInput profile.
outArraySystem.Collections.Generic.IList<float>

See also