UInt24 Operators and Type Conversions

Operators

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

See Also