Method Process
View SourceProcess(Single[], Int32, Int32, Int32)
Processes the specified input data.
Declaration
public int Process(float[] inputData, int inputOffset, int inputStride, int count)
Parameters
Type | Name | Description |
---|---|---|
Single[] | inputData | The input data. |
Int32 | inputOffset | The offset of the first value to process. |
Int32 | inputStride | The stride in the input data. |
Int32 | count | The number of values to process. |
Returns
Type | Description |
---|---|
Int32 | The number of resampled values. |