  | NMathFunctionsCount(Double) Method | 
            Returns the number of elements in a data set.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static int Count(
	double[] data
)
Public Shared Function Count ( 
	data As Double()
) As Integer
public:
static int Count(
	array<double>^ data
)
static member Count : 
        data : float[] -> int Parameters
- data  Double
 - An array of doubles.
 
Return Value
Int32Count.
See Also