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.

Classes

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.

Structures

ComplexNumber Represents a complex number.
Int24Represents a 3-byte, 24-bit signed integer.
UInt24Represents a 3-byte, 24-bit unsigned integer.