Module : lang.int
Module Overview
This module provides lang library operations on int
values defined by the language specification 2019R2.
abs | Return absolute value of |
fromHexString | Returns the integer that |
fromString | Return the integer that |
max | Maximum of all the arguments. |
min | Minimum of all the arguments. |
sum | Sum of all the arguments. 0 if no args |
toHexString | Returns representation of |