Class ULongUtils
Contains static methods and properties related to ulong.
public static class ULongUtils
- Inheritance
-
ULongUtils
Methods
- IsBitSet(ulong, int)
Checks whether a bit at the specified position is equal to 1.
- IsBitUnset(ulong, int)
Checks whether a bit at the specified position is equal to 0.
- SetBit(ulong, int)
Sets a bit at the specified position to 1.
- UnsetBit(ulong, int)
Sets a bit at the specified position to 0.