Interface PluralRules.IFixedDecimal
- All Known Subinterfaces:
DecimalQuantity
- All Known Implementing Classes:
DecimalQuantity_AbstractBCD, DecimalQuantity_DualStorageBCD, PluralRules.FixedDecimal
- Enclosing class:
PluralRules
Deprecated.
This API is ICU internal only.
An interface to FixedDecimal, allowing for other implementations.
-
Method Summary
Modifier and TypeMethodDescriptiondoublegetPluralOperand(PluralRules.Operand operand) Deprecated.This API is ICU internal only.booleanDeprecated.This API is ICU internal only.booleanDeprecated.This API is ICU internal only.booleanisNaN()Deprecated.This API is ICU internal only.
-
Method Details
-
getPluralOperand
Deprecated.This API is ICU internal only.Returns the value corresponding to the specified operand (n, i, f, t, v, or w). If the operand is 'n', returns a double; otherwise, returns an integer. -
isNaN
Deprecated.This API is ICU internal only. -
isInfinite
Deprecated.This API is ICU internal only. -
isHasIntegerValue
Deprecated.This API is ICU internal only.Whether the number has no nonzero fraction digits.
-