Overload List

  NameDescription
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(Int128 to Int64)
Converts the specfied signed 128-bit value to a signed 64-bit value.
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(Int128 to UInt64)
Converts the specfied signed 128-bit value to an unsigned 64-bit value.
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(Int128 to SByte)
Converts the specfied signed 128-bit value to a signed 8-bit value.
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(Int128 to Byte)
Converts the specfied signed 128-bit value to an unsigned 8-bit value.
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(Int128 to UInt16)
Converts the specfied signed 128-bit value to an unsigned 16-bit value.
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(Int128 to Int16)
Converts the specfied signed 128-bit value to a signed 16-bit value.
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(Int128 to UInt32)
Converts the specfied signed 128-bit value to an unsigned 32-bit value.
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(Int128 to Int32)
Converts the specfied signed 128-bit value to a signed 32-bit value.

See Also