Class | Description |
---|---|
BigInteger |
A wrapper over Java's BigInteger, used as for compatibility when using C# BigInteger
|
Int128 |
A 128-bit integer.
|
NumberType |
Super class of all other custom numerical types
|
SignedByte |
Signed byte data type
|
UniversalPath |
Entity encapsulating an immutable absolute path in a multi-platform format.
|
UnsignedByte |
Unsigned byte data type
|
UnsignedInteger |
Encapsulates an unsigned integer.
|
UnsignedLong |
Encapsulates an unsigned long.
|
UnsignedShort |
Encapsulates an unsigned short.
|