public interface DecimalEncodedValue extends EncodedValue
UnsignedDecimalEncodedValue
EncodedValue.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.
|
boolean |
isStoreTwoDirections() |
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
void setDecimal(boolean reverse, IntsRef ref, double value)
getMaxDecimal()
double getDecimal(boolean reverse, IntsRef ref)
double getMaxDecimal()
boolean isStoreTwoDirections()
Copyright © 2012–2020. All rights reserved.