2.5.4.68 Min

The Min function performs a search for the smallest number from a list of operands.

ABNF:

 Min = val *val sp unsigned-integer-value ";MIN():129"

Required Arguments:

Name: Arg1

Type: vDouble

An argument that specifies the first operand.

Optional Arguments:

Zero or more operands of type vDouble.

Return Value:

Type: vNum

This function returns a vNum containing the first occurrence of the smallest operand. The unit of the return value is equal to the unit of that operand.