![]() ![]() |
|
MINIMUMThe MINIMUM function is used to return the element of a dynamic array with the lowest numerical value.
COMMAND SYNTAXMINIMUM(DynArr)
SYNTAX ELEMENTSDynArr should evaluate to a dynamic array.
NOTESNull dynamic array elements are treat as zero. See also MAXIMUM.
EXAMPLEIf EResults is a variable containing the dynamic array: 1.45032:@AM:-3.60851:@VM:4.29445:@AM:2.07042:@SVM:-3.90258 the code:
displays -3.903 |