Skip to content

MathMin

MathMin

Returns the minimum value of all array elements.

double  MathMin(
   const double&  array[]   // array of values
   )

Parameters

array[]

[in] Array of values.

Return Value

The minimum value.

Last updated on