Sets this decimal to the null value. After calling this method, the decimal represents a NULL, which is distinct from zero. NULL decimals cannot participate in arithmetic operations. @see Decimals#DECIMAL64_NULL @see Decimals#DECIMAL128_HI_NULL @see Decimals#DECIMAL256_HH_NULL
()
| 130 | * @see Decimals#DECIMAL256_HH_NULL |
| 131 | */ |
| 132 | void ofNull(); |
| 133 | |
| 134 | /** |
| 135 | * Resets this decimal to zero with scale 0. |
no outgoing calls