BitAssistant Class |
Namespace: FM.IceLink
The BitAssistant type exposes the following members.
Name | Description | |
---|---|---|
![]() | BitAssistant | Initializes a new instance of the BitAssistant class |
Name | Description | |
---|---|---|
![]() ![]() | CastByte |
Casts an integer to a byte.
|
![]() ![]() | CastInteger |
Casts a byte to an integer.
|
![]() ![]() | CastLong |
Casts a byte to a long.
|
![]() ![]() | ConvertBytesToDouble |
Converts a byte array into a double.
|
![]() ![]() | ConvertBytesToSingle |
Converts a byte array into a single.
|
![]() ![]() | ConvertDoubleToBytes |
Convert a double to a byte array.
|
![]() ![]() | ConvertSingleToBytes |
Converts a single to a byte array.
|
![]() ![]() | Copy |
Copies bytes from one array to another.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() ![]() | GetBinaryBytes |
Converts a binary string to a byte array.
|
![]() ![]() | GetBinaryString(Byte) |
Converts a byte array to a binary string.
|
![]() ![]() | GetBinaryString(Byte, Int32, Int32) |
Converts a byte array to a binary string.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() ![]() | GetHexBytes |
Converts a hexadecimal string to a byte array.
|
![]() ![]() | GetHexString(Byte) |
Converts a byte array to a hexadecimal string.
|
![]() ![]() | GetHexString(Byte, Int32, Int32) |
Converts a byte array to a hexadecimal string.
|
![]() | GetType | (Inherited from Object.) |
![]() ![]() | LeftShift |
Performs a bit-wise left shift on a byte value.
|
![]() ![]() | LeftShiftInteger |
Performs a bit-wise left shift on an integer value.
|
![]() ![]() | LeftShiftLong |
Performs a bit-wise left shift on a long value.
|
![]() ![]() | LeftShiftShort |
Performs a bit-wise left shift on a short value.
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() ![]() | Reverse |
Performs an in-place reversal of a byte array.
|
![]() ![]() | RightShift |
Performs an unsigned bit-wise right shift on a byte value.
|
![]() ![]() | RightShiftInteger |
Performs an unsigned bit-wise right shift on an integer value.
|
![]() ![]() | RightShiftLong |
Performs an unsigned bit-wise right shift on a long value.
|
![]() ![]() | RightShiftShort |
Performs an unsigned bit-wise right shift on a short value.
|
![]() ![]() | SequencesAreEqual(Byte, Byte) |
Compares two sequences of bytes for equality.
|
![]() ![]() | SequencesAreEqual(Byte, Int32, Byte, Int32, Int32) |
Compares two sequences of bytes for equality.
|
![]() ![]() | SequencesAreEqualConstantTime(Byte, Byte) |
Compares two sequences of bytes for equality in constant time.
|
![]() ![]() | SequencesAreEqualConstantTime(Byte, Int32, Byte, Int32, Int32) |
Compares two sequences of bytes for equality in constant time.
|
![]() ![]() | Set |
Sets a value across an array.
|
![]() ![]() | SubArray(Byte, Int32) |
Creates a subarray from an existing array.
|
![]() ![]() | SubArray(Byte, Int32, Int32) |
Creates a subarray from an existing array.
|
![]() | ToString | (Inherited from Object.) |