Maria GDK 4.7.0.84
Documentation of managed code in develop branch
Loading...
Searching...
No Matches
TPG.Utils.uint128 Struct Reference
Inheritance diagram for TPG.Utils.uint128:

Public Member Functions

 uint128 (ulong l, ulong h)
 
 uint128 (ulong l)
 
 uint128 (byte[] bytes)
 
 uint128 (Guid g)
 
bool FromX64 (string x64)
 
bool FromHex (string hex)
 
override int GetHashCode ()
 
override bool Equals (object other)
 
bool Equals (uint128 other)
 
int CompareTo (uint128 other)
 

Static Public Member Functions

static bool operator== (uint128 i1, uint128 i2)
 
static bool operator!= (uint128 i1, uint128 i2)
 
static bool operator< (uint128 i1, uint128 i2)
 
static bool operator<= (uint128 i1, uint128 i2)
 
static bool operator> (uint128 i1, uint128 i2)
 
static bool operator>= (uint128 i1, uint128 i2)
 

Public Attributes

ulong Low
 
ulong High
 

Properties

byte[] Bytes [get]
 
string X64String [get]
 
string HexString [get]
 
Guid Guid [get]
 

The documentation for this struct was generated from the following file: