#include <DecimalSign.d.hpp>
The sign of a Decimal, as shown in formatting.
See the Rust documentation for Sign for more information.
◆ Value
| Enumerator |
|---|
| None | No sign (implicitly positive, e.g., 1729).
|
| Negative | A negative sign, e.g., -1729.
|
| Positive | An explicit positive sign, e.g., +1729.
|
◆ DecimalSign() [1/2]
| icu4x::DecimalSign::DecimalSign |
( |
| ) |
|
|
inline |
◆ DecimalSign() [2/2]
| icu4x::DecimalSign::DecimalSign |
( |
Value | v | ) |
|
|
inlineconstexpr |
◆ operator bool()
| icu4x::DecimalSign::operator bool |
( |
| ) |
const |
|
explicitdelete |
◆ operator Value()
| icu4x::DecimalSign::operator Value |
( |
| ) |
const |
|
inlineconstexpr |
The documentation for this class was generated from the following files: