Click or drag to resize
Grid Solutions Framework

AggregateFunctionsCount Method

Gets the number of items in the array.

Namespace: DynamicCalculator
Assembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.182-beta
Syntax
public static int Count(
	double[] array
)
View Source

Parameters

array  Double
Source value array.

Return Value

Int32
Array length.
See Also