The MinVal_Integer_Scalar procedure provides a function equivalent to the MinVal() intrinsic function for integer scalars. It returns a value equal to the input value.
Calling syntax:
Integer = MinVal(I) |
Input variable:
I | Input integer scalar variable. |
Output variable:
MinVal | MinVal is equal to I. |
The MinVal_Integer_Scalar code listing contains additional documentation.