Click or drag to resize
Grid Solutions Framework

AggregateFunctionsMax Method

Gets the maximum of the values in the array.

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

Parameters

array  Double
Source value array.

Return Value

Double
Array values maximum.
See Also