public interface DecimalEncodedValue extends EncodedValue
UnsignedDecimalEncodedValueEncodedValue.InitializerConfig| Modifier and Type | Method and Description |
|---|---|
double |
getDecimal(boolean reverse,
IntsRef ref) |
double |
getMaxDecimal()
The double value this EncodedValue accepts for setDecimal without throwing an exception.
|
void |
setDecimal(boolean reverse,
IntsRef ref,
double value)
This method stores the specified double value (rounding with a previously defined factor) into the IntsRef.
|
getName, getVersion, init, isStoreTwoDirectionsvoid setDecimal(boolean reverse,
IntsRef ref,
double value)
getMaxDecimal()double getDecimal(boolean reverse,
IntsRef ref)
double getMaxDecimal()
Copyright © 2012–2021. All rights reserved.