Gets/Sets the current boundary option.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public SavitzkyGolayFilter..::.SavitzyGolayBoundaryOptions BoundaryOption { get; set; }
Visual Basic (Declaration)
Public Property BoundaryOption As SavitzkyGolayFilter..::.SavitzyGolayBoundaryOptions
Visual C++
public:
property SavitzkyGolayFilter..::.SavitzyGolayBoundaryOptions BoundaryOption {
	SavitzkyGolayFilter..::.SavitzyGolayBoundaryOptions get ();
	void set (SavitzkyGolayFilter..::.SavitzyGolayBoundaryOptions value);
}

See Also