Gets and sets the number of points at which to compute the unknown function.

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

Syntax

C#
public int NumberOfPoints { get; set; }
Visual Basic (Declaration)
Public Property NumberOfPoints As Integer
Visual C++
public:
property int NumberOfPoints {
	int get ();
	void set (int value);
}

See Also