Filters
CopyC# using the current boundary option.
Namespace:
CenterSpace.NMath.Coredata
Assembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public override void Filter( DoubleVector data, ref DoubleVector filteredData ) |
| Visual Basic (Declaration) |
|---|
Public Overrides Sub Filter ( _ data As DoubleVector, _ ByRef filteredData As DoubleVector _ ) |
| Visual C++ |
|---|
public: virtual void Filter( DoubleVector^ data, DoubleVector^% filteredData ) override |
Parameters
- data
- Type: CenterSpace.NMath.Core..::.DoubleVector
Data to be filtered.
- filteredData
- Type:
CenterSpace.NMath.Core..::.DoubleVector
%
Filtered data.