Gets the filter coefficients.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleVector Coefficients { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Coefficients As DoubleVector |
| Visual C++ |
|---|
public: property DoubleVector^ Coefficients { DoubleVector^ get (); } |