Gets the number of points right for the filter window.

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

Syntax

C#
public int NumberRight { get; }
Visual Basic (Declaration)
Public ReadOnly Property NumberRight As Integer
Visual C++
public:
property int NumberRight {
	int get ();
}

See Also