Options for handling the boundaries in a moving window filter.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public enum BoundaryOption |
| Visual Basic (Declaration) |
|---|
Public Enumeration BoundaryOption |
| Visual C++ |
|---|
public enum class BoundaryOption |
Members
| Member name | Description | |
|---|---|---|
| PadWithZeros |
PadWithZeros adds "number left" zeros to the beginning
of the data to be filtered and "number right" zeros to
end of the data to be filtered.
| |
| DoNotFilterBoundaryPoints |
The first "number left" and the last "number right" data
will not be filtered.
|