![]() ![]() |
Reference Type: Supported, Category: Math Functions, ICR#: 10105
The $$MAX^XLFMTH extrinsic function returns the maximum value by comparing the number in x with the number in y.
$$MAX^XLFMTH(x,y)
x: |
(required) First number to compare with second number in y to determine which is higher in value. |
y: |
(required) Second number to compare with first number in x to determine which is higher in value. |
returns: |
Returns the highest number. |
>S X=$$MAX^XLFMTH(53,24) >W X 53 |