Companion
object Companion
Functions
Link copied to clipboard
Explicitly set suppressedExponent for Compact format numbers.
Explicitly set suppressedExponent for Compact format numbers. The exponent is explicitly denoted; e.g., fromCompact(1L, 6) is equivalent to "1 Million" However, fromCompact(1000000L, 6) will result in "1000000 million"
Create a PluralOperand from a given Number type.
Create a PluralOperand from a String.