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 | |
|---|---|---|---|---|---|
![]() | inValues | System.Collections.Generic.IList<float> | |||
![]() | outPixels | System.Collections.Generic.IList<FilNet.Pixel> |


