The MaxVal_Real_Scalar procedure provides a function equivalent to the MaxVal() intrinsic function for real scalars. It returns a value equal to the input value.
Calling syntax:
Real = MaxVal(R) |
Input variable:
R | Input real scalar variable. |
Output variable:
MaxVal | MaxVal is equal to R. |
The MaxVal_Real_Scalar code listing contains additional documentation.