|  | GlobalCurveFitAnovaNumberOfPoints Property | 
            Gets the total number of points used in the fit. This is the sum
            of the numbers of points in each dataset.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic int NumberOfPoints { get; }Public ReadOnly Property NumberOfPoints As Integer
	Get
public:
property int NumberOfPoints {
	int get ();
}member NumberOfPoints : int with get
Property Value
Int32 See Also
See Also