Helper methods to convert between ulong and long. More...
Static Public Member Functions | |
static unsafe ulong | LongToULong (long value) |
Reverse the conversion ulong to long. More... | |
static unsafe long | UlongToLong (ulong value) |
Convert a ulong to a long. More... | |
Helper methods to convert between ulong and long.
|
inlinestatic |
Convert a ulong to a long.
value | Value to convert |
|
inlinestatic |
Reverse the conversion ulong to long.
value | Value to convert back |