You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inValues | System.Collections.Generic.IList<float> | |||
![]() | outPixels | System.Collections.Generic.IList<FilNet.Pixel> |