Int128.Explicit Operator
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| Explicit(Int128 to Int32) |
Wandelt eine 128-Bit-ganzzahlige Vorzeichen explizit in einen Int32 Wert um. |
| Explicit(Int128 to SByte) |
Wandelt eine 128-Bit-ganzzahlige Vorzeichen explizit in einen SByte Wert um. |
| Explicit(Int128 to Single) |
Wandelt eine 128-Bit-ganzzahlige Vorzeichen explizit in einen Single Wert um. |
| Explicit(Int128 to UInt128) |
Wandelt eine 128-Bit-ganzzahlige Vorzeichen explizit in einen UInt128 Wert um. |
| Explicit(Single to Int128) |
Wandelt einen Single Wert explizit in eine 128-Bit-ganzzahlige Vorzeichen um. |
| Explicit(Int128 to UInt32) |
Wandelt eine 128-Bit-ganzzahlige Vorzeichen explizit in einen UInt32 Wert um. |
| Explicit(Int128 to UInt64) |
Wandelt eine 128-Bit-ganzzahlige Vorzeichen explizit in einen UInt64 Wert um. |
| Explicit(Int128 to UIntPtr) |
Wandelt eine 128-Bit-ganzzahlige Vorzeichen explizit in einen UIntPtr Wert um. |
| Explicit(Int128 to UInt16) |
Wandelt eine 128-Bit-ganzzahlige Vorzeichen explizit in einen UInt16 Wert um. |
| Explicit(Int128 to IntPtr) |
Wandelt eine 128-Bit-ganzzahlige Vorzeichen explizit in einen IntPtr Wert um. |
| Explicit(Int128 to Half) |
Wandelt eine 128-Bit-ganzzahlige Vorzeichen explizit in einen Half Wert um. |
| Explicit(Int128 to Int16) |
Wandelt eine 128-Bit-ganzzahlige Vorzeichen explizit in einen Int16 Wert um. |
| Explicit(Int128 to Double) |
Wandelt eine 128-Bit-ganzzahlige Vorzeichen explizit in einen Double Wert um. |
| Explicit(Int128 to Decimal) |
Wandelt eine 128-Bit-ganzzahlige Vorzeichen explizit in einen Decimal Wert um. |
| Explicit(Int128 to Char) |
Wandelt eine 128-Bit-ganzzahlige Vorzeichen explizit in einen Char Wert um. |
| Explicit(Int128 to Byte) |
Wandelt eine 128-Bit-ganzzahlige Vorzeichen explizit in einen Byte Wert um. |
| Explicit(Double to Int128) |
Wandelt einen Double Wert explizit in eine 128-Bit-ganzzahlige Vorzeichen um. |
| Explicit(Decimal to Int128) |
Wandelt einen Decimal Wert explizit in eine 128-Bit-ganzzahlige Vorzeichen um. |
| Explicit(Int128 to Int64) |
Wandelt eine 128-Bit-ganzzahlige Vorzeichen explizit in einen Int64 Wert um. |
Explicit(Int128 to Int32)
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
Wandelt eine 128-Bit-ganzzahlige Vorzeichen explizit in einen Int32 Wert um.
public:
static explicit operator int(Int128 value);
public static explicit operator int(Int128 value);
static member op_Explicit : Int128 -> int
Public Shared Narrowing Operator CType (value As Int128) As Integer
Parameter
- value
- Int128
Der zu konvertierende Wert.
Gibt zurück
value umgewandelt in ein Int32.
Gilt für:
Explicit(Int128 to SByte)
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
Wichtig
Diese API ist nicht CLS-kompatibel.
Wandelt eine 128-Bit-ganzzahlige Vorzeichen explizit in einen SByte Wert um.
public:
static explicit operator System::SByte(Int128 value);
[System.CLSCompliant(false)]
public static explicit operator sbyte(Int128 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : Int128 -> sbyte
Public Shared Narrowing Operator CType (value As Int128) As SByte
Parameter
- value
- Int128
Der zu konvertierende Wert.
Gibt zurück
value umgewandelt in ein SByte.
- Attribute
Gilt für:
Explicit(Int128 to Single)
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
Wandelt eine 128-Bit-ganzzahlige Vorzeichen explizit in einen Single Wert um.
public:
static explicit operator float(Int128 value);
public static explicit operator float(Int128 value);
static member op_Explicit : Int128 -> single
Public Shared Narrowing Operator CType (value As Int128) As Single
Parameter
- value
- Int128
Der zu konvertierende Wert.
Gibt zurück
value umgewandelt in ein Single.
Gilt für:
Explicit(Int128 to UInt128)
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
Wichtig
Diese API ist nicht CLS-kompatibel.
Wandelt eine 128-Bit-ganzzahlige Vorzeichen explizit in einen UInt128 Wert um.
public:
static explicit operator UInt128(Int128 value);
[System.CLSCompliant(false)]
public static explicit operator UInt128(Int128 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : Int128 -> UInt128
Public Shared Narrowing Operator CType (value As Int128) As UInt128
Parameter
- value
- Int128
Der zu konvertierende Wert.
Gibt zurück
value umgewandelt in ein UInt128.
- Attribute
Gilt für:
Explicit(Single to Int128)
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
Wandelt einen Single Wert explizit in eine 128-Bit-ganzzahlige Vorzeichen um.
public:
static explicit operator Int128(float value);
public static explicit operator Int128(float value);
static member op_Explicit : single -> Int128
Public Shared Narrowing Operator CType (value As Single) As Int128
Parameter
- value
- Single
Der zu konvertierende Wert.
Gibt zurück
value konvertiert in eine 128-Bit-ganzzahlige Vorzeichen.
Gilt für:
Explicit(Int128 to UInt32)
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
Wichtig
Diese API ist nicht CLS-kompatibel.
Wandelt eine 128-Bit-ganzzahlige Vorzeichen explizit in einen UInt32 Wert um.
public:
static explicit operator System::UInt32(Int128 value);
[System.CLSCompliant(false)]
public static explicit operator uint(Int128 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : Int128 -> uint32
Public Shared Narrowing Operator CType (value As Int128) As UInteger
Parameter
- value
- Int128
Der zu konvertierende Wert.
Gibt zurück
value umgewandelt in ein UInt32.
- Attribute
Gilt für:
Explicit(Int128 to UInt64)
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
Wichtig
Diese API ist nicht CLS-kompatibel.
Wandelt eine 128-Bit-ganzzahlige Vorzeichen explizit in einen UInt64 Wert um.
public:
static explicit operator System::UInt64(Int128 value);
[System.CLSCompliant(false)]
public static explicit operator ulong(Int128 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : Int128 -> uint64
Public Shared Narrowing Operator CType (value As Int128) As ULong
Parameter
- value
- Int128
Der zu konvertierende Wert.
Gibt zurück
value umgewandelt in ein UInt64.
- Attribute
Gilt für:
Explicit(Int128 to UIntPtr)
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
Wichtig
Diese API ist nicht CLS-kompatibel.
Wandelt eine 128-Bit-ganzzahlige Vorzeichen explizit in einen UIntPtr Wert um.
public:
static explicit operator UIntPtr(Int128 value);
[System.CLSCompliant(false)]
public static explicit operator UIntPtr(Int128 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : Int128 -> unativeint
Public Shared Narrowing Operator CType (value As Int128) As UIntPtr
Parameter
- value
- Int128
Der zu konvertierende Wert.
Gibt zurück
unativeint
value umgewandelt in ein UIntPtr.
- Attribute
Gilt für:
Explicit(Int128 to UInt16)
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
Wichtig
Diese API ist nicht CLS-kompatibel.
Wandelt eine 128-Bit-ganzzahlige Vorzeichen explizit in einen UInt16 Wert um.
public:
static explicit operator System::UInt16(Int128 value);
[System.CLSCompliant(false)]
public static explicit operator ushort(Int128 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : Int128 -> uint16
Public Shared Narrowing Operator CType (value As Int128) As UShort
Parameter
- value
- Int128
Der zu konvertierende Wert.
Gibt zurück
value umgewandelt in ein UInt16.
- Attribute
Gilt für:
Explicit(Int128 to IntPtr)
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
Wandelt eine 128-Bit-ganzzahlige Vorzeichen explizit in einen IntPtr Wert um.
public:
static explicit operator IntPtr(Int128 value);
public static explicit operator IntPtr(Int128 value);
static member op_Explicit : Int128 -> nativeint
Public Shared Narrowing Operator CType (value As Int128) As IntPtr
Parameter
- value
- Int128
Der zu konvertierende Wert.
Gibt zurück
nativeint
value umgewandelt in ein IntPtr.
Gilt für:
Explicit(Int128 to Half)
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
Wandelt eine 128-Bit-ganzzahlige Vorzeichen explizit in einen Half Wert um.
public:
static explicit operator Half(Int128 value);
public static explicit operator Half(Int128 value);
static member op_Explicit : Int128 -> Half
Public Shared Narrowing Operator CType (value As Int128) As Half
Parameter
- value
- Int128
Der zu konvertierende Wert.
Gibt zurück
value umgewandelt in ein Half.
Gilt für:
Explicit(Int128 to Int16)
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
Wandelt eine 128-Bit-ganzzahlige Vorzeichen explizit in einen Int16 Wert um.
public:
static explicit operator short(Int128 value);
public static explicit operator short(Int128 value);
static member op_Explicit : Int128 -> int16
Public Shared Narrowing Operator CType (value As Int128) As Short
Parameter
- value
- Int128
Der zu konvertierende Wert.
Gibt zurück
value umgewandelt in ein Int16.
Gilt für:
Explicit(Int128 to Double)
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
Wandelt eine 128-Bit-ganzzahlige Vorzeichen explizit in einen Double Wert um.
public:
static explicit operator double(Int128 value);
public static explicit operator double(Int128 value);
static member op_Explicit : Int128 -> double
Public Shared Narrowing Operator CType (value As Int128) As Double
Parameter
- value
- Int128
Der zu konvertierende Wert.
Gibt zurück
value umgewandelt in ein Double.
Gilt für:
Explicit(Int128 to Decimal)
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
Wandelt eine 128-Bit-ganzzahlige Vorzeichen explizit in einen Decimal Wert um.
public:
static explicit operator System::Decimal(Int128 value);
public static explicit operator decimal(Int128 value);
static member op_Explicit : Int128 -> decimal
Public Shared Narrowing Operator CType (value As Int128) As Decimal
Parameter
- value
- Int128
Der zu konvertierende Wert.
Gibt zurück
value umgewandelt in ein Decimal.
Gilt für:
Explicit(Int128 to Char)
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
Wandelt eine 128-Bit-ganzzahlige Vorzeichen explizit in einen Char Wert um.
public:
static explicit operator char(Int128 value);
public static explicit operator char(Int128 value);
static member op_Explicit : Int128 -> char
Public Shared Narrowing Operator CType (value As Int128) As Char
Parameter
- value
- Int128
Der zu konvertierende Wert.
Gibt zurück
value umgewandelt in ein Char.
Gilt für:
Explicit(Int128 to Byte)
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
Wandelt eine 128-Bit-ganzzahlige Vorzeichen explizit in einen Byte Wert um.
public:
static explicit operator System::Byte(Int128 value);
public static explicit operator byte(Int128 value);
static member op_Explicit : Int128 -> byte
Public Shared Narrowing Operator CType (value As Int128) As Byte
Parameter
- value
- Int128
Der zu konvertierende Wert.
Gibt zurück
value umgewandelt in ein Byte.
Gilt für:
Explicit(Double to Int128)
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
Wandelt einen Double Wert explizit in eine 128-Bit-ganzzahlige Vorzeichen um.
public:
static explicit operator Int128(double value);
public static explicit operator Int128(double value);
static member op_Explicit : double -> Int128
Public Shared Narrowing Operator CType (value As Double) As Int128
Parameter
- value
- Double
Der zu konvertierende Wert.
Gibt zurück
value konvertiert in eine 128-Bit-ganzzahlige Vorzeichen.
Gilt für:
Explicit(Decimal to Int128)
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
Wandelt einen Decimal Wert explizit in eine 128-Bit-ganzzahlige Vorzeichen um.
public:
static explicit operator Int128(System::Decimal value);
public static explicit operator Int128(decimal value);
static member op_Explicit : decimal -> Int128
Public Shared Narrowing Operator CType (value As Decimal) As Int128
Parameter
- value
- Decimal
Der zu konvertierende Wert.
Gibt zurück
value konvertiert in eine 128-Bit-ganzzahlige Vorzeichen.
Gilt für:
Explicit(Int128 to Int64)
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
Wandelt eine 128-Bit-ganzzahlige Vorzeichen explizit in einen Int64 Wert um.
public:
static explicit operator long(Int128 value);
public static explicit operator long(Int128 value);
static member op_Explicit : Int128 -> int64
Public Shared Narrowing Operator CType (value As Int128) As Long
Parameter
- value
- Int128
Der zu konvertierende Wert.
Gibt zurück
value umgewandelt in ein Int64.