Product Site

5.4.17.13. internalMinNumber

Returns the minimum allowed value for internal whole numbers used e. g. as arguments to built-in functions, as the right-hand operand of the power (**) operator, or as the values of exprr, and exprf, in a DO or LOOP instruction.

See also methods internalMaxNumber and internalDigits.

Example 5.293. RexxInfo class — internalMinNumber method
say .RexxInfo~internalMinNumber  -- -999999999          /* 32-bit addressing mode */
say .RexxInfo~internalMinNumber  -- -999999999999999999 /* 64-bit addressing mode */