Interface FloatValue

  • All Superinterfaces:
    NumberValue, Value
    All Known Subinterfaces:
    ImmutableFloatValue
    All Known Implementing Classes:
    ImmutableDoubleValueImpl

    public interface FloatValue
    extends NumberValue
    Representation of 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.
    See Also:
    NumberValue