You are here: Start » FIL.NET » FIS.ProfileToRealArray Method

FIS.ProfileToRealArray Method

Converts a profile to an array of real numbers.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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