Class CBORFloat

java.lang.Object
org.webpki.cbor.CBORObject
org.webpki.cbor.CBORFloat
All Implemented Interfaces:
Cloneable, Comparable<CBORObject>

public class CBORFloat extends CBORObject
Class for holding CBOR float objects.

Numbers are in the IEEE 754 format using the length 16, 32, and 64 bit on the "wire". Which length to use is governed by the size and precision required to (minimally) correctly represent a number.

See Also: