Click or drag to resize
Grid Solutions Framework

AggregateFunctionsMin Method

Gets the minimum of the values in the array.

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

Parameters

array  Double
Source value array.

Return Value

Double
Array values minimum.
See Also