Numeric
GPA Gemstone Library
The Gemstone Numeric Library organizes all Gemstone functionality related to numeric functionality.
This library includes helpful logging classes like the following:
- Int24:
- Represents a 3-byte, 24-bit signed integer.
- UInt24:
- Represents a 3-byte, 24-bit unsigned integer.
- RadixCodec:
- Represents a radix value codec for conversion of base-10 integer values to and from other base values. One use case is to provide compact string encodings of integer values.
Among others.