UInt
|
The UInt24 type exposes the following members.
Name | Description | |
---|---|---|
CompareTo(Object) | Compares this instance to a specified object and returns an indication of their relative values. | |
CompareTo(UInt24) | Compares this instance to a specified 24-bit unsigned integer and returns an indication of their relative values. | |
CompareTo(UInt32) | Compares this instance to a specified 32-bit unsigned integer and returns an indication of their relative values. | |
Equals(Object) |
Returns a value indicating whether this instance is equal to a specified object.
(Overrides ValueTypeEquals(Object)) |
|
Equals(UInt24) | Returns a value indicating whether this instance is equal to a specified UInt24 value. | |
Equals(UInt32) | Returns a value indicating whether this instance is equal to a specified uint value. | |
GetBytes | Returns the UInt24 value as an array of three bytes. | |
GetBytes(UInt24) | Returns the specified UInt24 value as an array of three bytes. | |
GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode) |
|
GetType | Gets the Type of the current instance. (Inherited from Object) |
|
GetTypeCode | Returns the System.TypeCode for value type System.UInt32 (there is no defined type code for an UInt24). | |
GetValue | Returns a 24-bit unsigned integer from three bytes at a specified position in a byte array. | |
Parse(String) | Converts the string representation of a number to its 24-bit unsigned integer equivalent. | |
Parse(String, NumberStyles) | Converts the string representation of a number in a specified style to its 24-bit unsigned integer equivalent. | |
Parse(String, IFormatProvider) | Converts the string representation of a number in a specified culture-specific format to its 24-bit unsigned integer equivalent. | |
Parse(String, NumberStyles, IFormatProvider) | Converts the string representation of a number in a specified style and culture-specific format to its 24-bit unsigned integer equivalent. | |
ToString |
Converts the numeric value of this instance to its equivalent string representation.
(Overrides ValueTypeToString) |
|
ToString(IFormatProvider) | Converts the numeric value of this instance to its equivalent string representation using the specified culture-specific format information. | |
ToString(String) | Converts the numeric value of this instance to its equivalent string representation, using the specified format. | |
ToString(String, IFormatProvider) | Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information. | |
TryParse(String, UInt24) | Converts the string representation of a number to its 24-bit unsigned integer equivalent. A return value indicates whether the conversion succeeded or failed. | |
TryParse(String, NumberStyles, IFormatProvider, UInt24) | Converts the string representation of a number in a specified style and culture-specific format to its 24-bit unsigned integer equivalent. A return value indicates whether the conversion succeeded or failed. |
Name | Description | |
---|---|---|
BitRotL |
Performs rightwise bit-rotation for the specified number of rotations.
(Defined by BitExtensions) |
|
BitRotR |
Performs rightwise bit-rotation for the specified number of rotations.
(Defined by BitExtensions) |
|
CheckBits |
Determines if specified bits are set.
(Defined by BitExtensions) |
|
CheckBits |
Determines if specified bits are set.
(Defined by BitExtensions) |
|
CheckBits |
Determines if specified bits are set.
(Defined by BitExtensions) |
|
CheckBits |
Determines if specified bits are set.
(Defined by BitExtensions) |
|
ClearBits |
Returns value with specified bits cleared.
(Defined by BitExtensions) |
|
ClearBits |
Returns value with specified bits cleared.
(Defined by BitExtensions) |
|
GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |
|
GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |
|
GetMaskedValue |
Returns value stored in the bits represented by the specified bitmask.
(Defined by BitExtensions) |
|
GetMaskedValue |
Returns value stored in the bits represented by the specified bitmask.
(Defined by BitExtensions) |
|
SetBits |
Returns value with specified bits set.
(Defined by BitExtensions) |
|
SetBits |
Returns value with specified bits set.
(Defined by BitExtensions) |
|
SetMaskedValue |
Returns value after setting a new value for the bits specified by the bitmask.
(Defined by BitExtensions) |
|
SetMaskedValue |
Returns value after setting a new value for the bits specified by the bitmask.
(Defined by BitExtensions) |
|
ToBinaryString |
Encodes value as binary, i.e., a string of bit values (0 or 1).
(Defined by BitExtensions) |
|
ToggleBits |
Returns value with specified bits toggled.
(Defined by BitExtensions) |
|
ToggleBits |
Returns value with specified bits toggled.
(Defined by BitExtensions) |