Skip to content

gemstone/numeric

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gemstone logo

Numeric

GPA Gemstone Library

The Gemstone Numeric Library organizes all Gemstone functionality related to numeric functionality.

GitHub license Build status CodeQL NuGet

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.

Documentation

Full Library Documentation