The Int128 type exposes the following members.
Operators
| Name | Description | |
|---|---|---|
| Addition |
Adds the values of two specified Int128 values.
| |
| BitwiseAnd |
Performs a bitwise AND operation on two Int128 values.
| |
| BitwiseOr |
Performs a bitwise OR operation on two Int128 values.
| |
| Decrement |
Decrements a Int128 value by 1.
| |
| Division | ||
| Equality |
Returns a value that indicates whether two Int128 objects have the same value.
| |
| ExclusiveOr |
Performs a bitwise exclusive OR (XOR) operation on two Int128 values.
| |
| ExplicitNarrowingExplicitExplicitExplicit(Int128 to Int64) |
Converts the specfied signed 128-bit value to a signed 64-bit value.
| |
| ExplicitNarrowingExplicitExplicitExplicit(Int128 to UInt64) |
Converts the specfied signed 128-bit value to an unsigned 64-bit value.
| |
| ExplicitNarrowingExplicitExplicitExplicit(Int128 to SByte) |
Converts the specfied signed 128-bit value to a signed 8-bit value.
| |
| ExplicitNarrowingExplicitExplicitExplicit(Int128 to Byte) |
Converts the specfied signed 128-bit value to an unsigned 8-bit value.
| |
| ExplicitNarrowingExplicitExplicitExplicit(Int128 to UInt16) |
Converts the specfied signed 128-bit value to an unsigned 16-bit value.
| |
| ExplicitNarrowingExplicitExplicitExplicit(Int128 to Int16) |
Converts the specfied signed 128-bit value to a signed 16-bit value.
| |
| ExplicitNarrowingExplicitExplicitExplicit(Int128 to UInt32) |
Converts the specfied signed 128-bit value to an unsigned 32-bit value.
| |
| ExplicitNarrowingExplicitExplicitExplicit(Int128 to Int32) |
Converts the specfied signed 128-bit value to a signed 32-bit value.
| |
| GreaterThan | ||
| GreaterThanOrEqual | ||
| ImplicitWideningImplicitImplicitImplicit(Byte to Int128) |
Converts the specfied unsigned 8-bit value to a signed 128-bit value.
| |
| ImplicitWideningImplicitImplicitImplicit(Int16 to Int128) |
Converts the specfied signed 16-bit value to a signed 128-bit value.
| |
| ImplicitWideningImplicitImplicitImplicit(Int32 to Int128) |
Converts the specfied signed 32-bit value to a signed 128-bit value.
| |
| ImplicitWideningImplicitImplicitImplicit(Int64 to Int128) |
Converts the specfied signed 64-bit value to a signed 128-bit value.
| |
| ImplicitWideningImplicitImplicitImplicit(SByte to Int128) |
Converts the specfied signed 8-bit value to a signed 128-bit value.
| |
| ImplicitWideningImplicitImplicitImplicit(UInt16 to Int128) |
Converts the specfied unsigned 16-bit value to a signed 128-bit value.
| |
| ImplicitWideningImplicitImplicitImplicit(UInt32 to Int128) |
Converts the specfied unsigned 32-bit value to a signed 128-bit value.
| |
| ImplicitWideningImplicitImplicitImplicit(UInt64 to Int128) |
Converts the specfied unsigned 64-bit value to a signed 128-bit value.
| |
| Increment |
Increments a Int128 value by 1.
| |
| Inequality |
Returns a value that indicates whether two Int128 objects have different values.
| |
| LeftShift |
Shifts an Int128 value a specified number of bits to the left.
| |
| LessThan | ||
| LessThanOrEqual | ||
| Modulus |
Returns the remainder that results from division with two specified Int128 values.
| |
| Multiply |
Multiplies two specified Int128 values.
| |
| OnesComplement |
Returns the bitwise one's complement of an Int128 value.
| |
| RightShift |
Shifts an Int128 value a specified number of bits to the right.
| |
| Subtraction | ||
| UnaryNegation |
Negates a Int128 value.
| |
| UnaryPlus |
Returns the value of the Int128.
|