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

FIL.RealArrayToPixelArray

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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