Click or drag to resize

UInt24 Operators and Type Conversions

The UInt24 type exposes the following members.

Operators
  Name Description
Public operator Static member Addition(UInt24, UInt24) Returns computed sum of values.
Public operator Static member Addition(UInt24, UInt32) Returns computed sum of values.
Public operator Static member Addition(UInt32, UInt24) Returns computed sum of values.
Public operator Static member BitwiseAnd(UInt24, UInt24) Returns logical bitwise AND of values.
Public operator Static member BitwiseAnd(UInt24, UInt32) Returns logical bitwise AND of values.
Public operator Static member BitwiseAnd(UInt32, UInt24) Returns logical bitwise AND of values.
Public operator Static member BitwiseOr(UInt24, UInt24) Returns logical bitwise OR of values.
Public operator Static member BitwiseOr(UInt24, UInt32) Returns logical bitwise OR of values.
Public operator Static member BitwiseOr(UInt32, UInt24) Returns logical bitwise OR of values.
Public operator Static member Decrement(UInt24) Returns decremented value.
Public operator Static member Division(UInt24, UInt24) Returns computed division of values.
Public operator Static member Division(UInt24, UInt32) Returns computed division of values.
Public operator Static member Division(UInt32, UInt24) Returns computed division of values.
Public operator Static member Equality(UInt24, UInt24) Compares the two values for equality.
Public operator Static member Equality(UInt24, UInt32) Compares the two values for equality.
Public operator Static member Equality(UInt32, UInt24) Compares the two values for equality.
Public operator Static member ExclusiveOr(UInt24, UInt24) Returns logical bitwise exclusive-OR of values.
Public operator Static member ExclusiveOr(UInt24, UInt32) Returns logical bitwise exclusive-OR of values.
Public operator Static member ExclusiveOr(UInt32, UInt24) Returns logical bitwise exclusive-OR of values.
Public operator Static member (Decimal to UInt24) Explicitly converts value to an UInt24.
Public operator Static member (Double to UInt24) Explicitly converts value to an UInt24.
Public operator Static member (Enum to UInt24) Explicitly converts value to an UInt24.
Public operator Static member (Int24 to UInt24) Explicitly converts value to an UInt24.
Public operator Static member (Single to UInt24) Explicitly converts value to an UInt24.
Public operator Static member (String to UInt24) Explicitly converts value to an UInt24.
Public operator Static member (UInt24 to Int24) Explicitly converts value to an Int24.
Public operator Static member (UInt24 to Byte) Explicitly converts UInt24 to Byte.
Public operator Static member (UInt24 to Int16) Explicitly converts UInt24 to Int16.
Public operator Static member (UInt24 to UInt16) Explicitly converts UInt24 to UInt16.
Public operator Static member (UInt32 to UInt24) Explicitly converts value to an UInt24.
Public operator Static member (UInt64 to UInt24) Explicitly converts value to an UInt24.
Public operator Static member Exponent(Int32, UInt24) Returns result of first value raised to power of second value.
Public operator Static member Exponent(UInt24, UInt24) Returns result of first value raised to power of second value.
Public operator Static member Exponent(UInt24, Int32) Returns result of first value raised to power of second value.
Public operator Static member False(UInt24) Returns true if value is equal to zero.
Public operator Static member GreaterThan(UInt24, UInt24) Returns true if left value is greater than right value.
Public operator Static member GreaterThan(UInt24, UInt32) Returns true if left value is greater than right value.
Public operator Static member GreaterThan(UInt32, UInt24) Returns true if left value is greater than right value.
Public operator Static member GreaterThanOrEqual(UInt24, UInt24) Returns true if left value is greater than or equal to right value.
Public operator Static member GreaterThanOrEqual(UInt24, UInt32) Returns true if left value is greater than or equal to right value.
Public operator Static member GreaterThanOrEqual(UInt32, UInt24) Returns true if left value is greater than or equal to right value.
Public operator Static member (Byte to UInt24) Implicitly converts value to an UInt24.
Public operator Static member (Char to UInt24) Implicitly converts value to an UInt24.
Public operator Static member (UInt16 to UInt24) Implicitly converts value to an UInt24.
Public operator Static member (UInt24 to Decimal) Implicitly converts UInt24 to Decimal.
Public operator Static member (UInt24 to Double) Implicitly converts UInt24 to Double.
Public operator Static member (UInt24 to Int32) Implicitly converts UInt24 to Int32.
Public operator Static member (UInt24 to Int64) Implicitly converts UInt24 to Int64.
Public operator Static member (UInt24 to Single) Implicitly converts UInt24 to Single.
Public operator Static member (UInt24 to String) Implicitly converts UInt24 to String.
Public operator Static member (UInt24 to UInt32) Implicitly converts UInt24 to UInt32.
Public operator Static member (UInt24 to UInt64) Implicitly converts UInt24 to UInt64.
Public operator Static member Increment(UInt24) Returns incremented value.
Public operator Static member Inequality(UInt24, UInt24) Compares the two values for inequality.
Public operator Static member Inequality(UInt24, UInt32) Compares the two values for inequality.
Public operator Static member Inequality(UInt32, UInt24) Compares the two values for inequality.
Public operator Static member LeftShift(UInt24, Int32) Returns value after left shifts of first value by the number of bits specified by second value.
Public operator Static member LessThan(UInt24, UInt24) Returns true if left value is less than right value.
Public operator Static member LessThan(UInt24, UInt32) Returns true if left value is less than right value.
Public operator Static member LessThan(UInt32, UInt24) Returns true if left value is less than right value.
Public operator Static member LessThanOrEqual(UInt24, UInt24) Returns true if left value is less or equal to than right value.
Public operator Static member LessThanOrEqual(UInt24, UInt32) Returns true if left value is less or equal to than right value.
Public operator Static member LessThanOrEqual(UInt32, UInt24) Returns true if left value is less or equal to than right value.
Public operator Static member Modulus(UInt24, UInt24) Returns computed remainder after dividing first value by the second.
Public operator Static member Modulus(UInt24, UInt32) Returns computed remainder after dividing first value by the second.
Public operator Static member Modulus(UInt32, UInt24) Returns computed remainder after dividing first value by the second.
Public operator Static member Multiply(UInt24, UInt24) Returns computed product of values.
Public operator Static member Multiply(UInt24, UInt32) Returns computed product of values.
Public operator Static member Multiply(UInt32, UInt24) Returns computed product of values.
Public operator Static member OnesComplement(UInt24) Returns bitwise complement of value.
Public operator Static member RightShift(UInt24, Int32) Returns value after right shifts of first value by the number of bits specified by second value.
Public operator Static member Subtraction(UInt24, UInt24) Returns computed difference of values.
Public operator Static member Subtraction(UInt24, UInt32) Returns computed difference of values.
Public operator Static member Subtraction(UInt32, UInt24) Returns computed difference of values.
Public operator Static member True(UInt24) Returns true if value is greater than zero.
Top
See Also