Click or drag to resize

NMathFunctionsCount(Int32) Method

Returns the number of elements in a data set.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static int Count(
	int[] data
)

Parameters

data  Int32
An array of integers.

Return Value

Int32
Count.
See Also