Set this Decimal256 to the null value.
()
| 1517 | * Set this Decimal256 to the null value. |
| 1518 | */ |
| 1519 | public void ofNull() { |
| 1520 | hh = Decimals.DECIMAL256_HH_NULL; |
| 1521 | hl = Decimals.DECIMAL256_HL_NULL; |
| 1522 | lh = Decimals.DECIMAL256_LH_NULL; |
| 1523 | ll = Decimals.DECIMAL256_LL_NULL; |
| 1524 | scale = 0; |
| 1525 | } |
| 1526 | |
| 1527 | /** |
| 1528 | * Sets this Decimal256 to the specified 256-bit value, but does not change the scale. |
no outgoing calls