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

FIS.RealArrayToPixelArray Method

Converts an array of real values to an array of pixels.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RealArrayToPixelArray
(
	IList<float> inValues,
	IList<FilNet.Pixel> outPixels
)

Parameters

Name Type Range Default Description
inValuesSystem.Collections.Generic.IList<float>
outPixelsSystem.Collections.Generic.IList<FilNet.Pixel>

See also