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