selectCompact

fun selectCompact(value: Long, suppressedExponent: Int): PluralCategory?

Determine the PluralCategory for the given "compact" long

Return

PluralOperand

Parameters

value

input value

suppressedExponent

suppressed exponent (range: 0-21)


fun selectCompact(value: Double, suppressedExponent: Int): PluralCategory?

Determine the PluralCategory for the given "compact" double

Return

PluralOperand

Parameters

value

input value

suppressedExponent

suppressed exponent (range: 0-21)