Int24 Operators and Type Conversions

Operators

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

See Also