public interface FloatValue extends NumberValue
FloatValue
represents MessagePack's Float type.
MessagePack's Float type can represent IEEE 754 double precision floating point numbers including NaN and infinity. This is same with Java's double
type.NumberValue
toBigInteger, toByte, toDouble, toFloat, toInt, toLong, toShort
asArrayValue, asBinaryValue, asBooleanValue, asExtensionValue, asFloatValue, asIntegerValue, asMapValue, asNilValue, asNumberValue, asRawValue, asStringValue, equals, getValueType, immutableValue, isArrayValue, isBinaryValue, isBooleanValue, isExtensionValue, isFloatValue, isIntegerValue, isMapValue, isNilValue, isNumberValue, isRawValue, isStringValue, toJson, writeTo