[]
Performs additional processing of data values.
protected virtual double[,] ProcessValues(double[,] values)
Type | Name | Description |
---|---|---|
double[,] | values | The array of initial data values. |
Type | Description |
---|---|
double[,] | The array of processed data values. |