Gemstone.Numeric Namespace
The
Gemstone.Numeric namespace organizes all Gemstone library functionality
related to numerics. The root numeric namespace also includes common numeric classes,
e.g.,
Int24 and
UInt24.
BinaryCodedDecimal |
Defines functions related to binary-coded decimals.
|
RadixCodec |
Represents a radix value codec for conversion of base-10 integer values to and from other base values.
|
ComplexNumber |
Represents a complex number.
|
Int24 | Represents a 3-byte, 24-bit signed integer. |
UInt24 | Represents a 3-byte, 24-bit unsigned integer. |