Method FilterArrayInplace
View SourceFilterArrayInplace(Single[])
Filters the array of input data in place.
Declaration
public void FilterArrayInplace(float[] data)
Parameters
| Type | Name | Description |
|---|---|---|
| Single[] | data | The data. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentException | Sliding Filter error: input too short |