Class IntHelpers
Inheritance
System.Object
IntHelpers
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LLBML.External
Assembly: LLBModdingLib.dll
Syntax
public static class IntHelpers
Methods
GetUInt64(Byte[], Int32)
Declaration
public static ulong GetUInt64(this byte[] bb, int pos)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | bb | |
| System.Int32 | pos |
Returns
| Type | Description |
|---|---|
| System.UInt64 |
RotateLeft(UInt64, Int32)
Declaration
public static ulong RotateLeft(this ulong original, int bits)
Parameters
| Type | Name | Description |
|---|---|---|
| System.UInt64 | original | |
| System.Int32 | bits |
Returns
| Type | Description |
|---|---|
| System.UInt64 |
RotateRight(UInt64, Int32)
Declaration
public static ulong RotateRight(this ulong original, int bits)
Parameters
| Type | Name | Description |
|---|---|---|
| System.UInt64 | original | |
| System.Int32 | bits |
Returns
| Type | Description |
|---|---|
| System.UInt64 |