| NumericIsSigned |
String |
String |
sdk/Numeric |
Returns 0 if the input is nonnumeric or zero, 1 for positive numbers,
and -1 for negative numbers. |
| NumericRound0 |
String |
String |
sdk/Numeric |
Returns the nearest whole number to the input number. |
| NumericRound1 |
String |
String |
sdk/Numeric |
Returns the input number to the nearest 1 decimal place. |
| NumericRound2 |
String |
String |
sdk/Numeric |
Returns the input number to the nearest 2 decimal places. |
| NumericRound3 |
String |
String |
sdk/Numeric |
Returns the input number to the nearest 3 decimal places. |
| NumericRound4 |
String |
String |
sdk/Numeric |
Returns the input number to the nearest 4 decimal places. |