|
AggregateFunctionsCount Method
|
Gets the number of items in the array.
Namespace: DynamicCalculatorAssembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.207-beta
Syntax public:
static int Count(
array<double>^ array
)
static member Count :
array : float[] -> int
DynamicCalculator.AggregateFunctions.Count = function(array);
View SourceParameters
- array Double
- Source value array.
Return Value
Int32Array length.
See Also