Package com.ibm.icu.text
Interface PluralRules.IFixedDecimal
- All Known Implementing Classes:
PluralRules.FixedDecimal
- Enclosing class:
PluralRules
Deprecated.
This API is ICU internal only.
An interface to FixedDecimal, allowing for other implementations.
-
Method Summary
Modifier and TypeMethodDescriptiondouble
getPluralOperand
(PluralRules.Operand operand) Deprecated.This API is ICU internal only.boolean
Deprecated.This API is ICU internal only.boolean
Deprecated.This API is ICU internal only.boolean
isNaN()
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.
-