Click or drag to resize

Int24 Operators and Type Conversions

The Int24 type exposes the following members.

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