-
Returns the absolute value of this CBOR number.
Returns the sum of this number and another number.
Converts this object to a CBOR number.
Returns the quotient of this number and another number.
Converts a byte (from 0 to 255) to an arbitrary-precision decimal number.
Creates a CBOR number object from a CBOR object representing a number (that
is, one for which the IsNumber property in.NET or the isNumber() method in
Java returns true).
Converts a 16-bit signed integer to an arbitrary-precision decimal number.
Returns a CBOR number expressing the product of this number and the given
number.
Returns a CBOR number with the same value as this one but with the sign
reversed.
Returns the remainder when this number is divided by another number.
Returns a number that expresses this number minus another.
Returns the sum of this number and another number.
int
Compares this CBOR number with another.
Returns the quotient of this number and another number.
Returns a CBOR number expressing the product of this number and the given
number.
Returns the remainder when this number is divided by another number.
Returns a number that expresses this number minus another.