UInt128.Implicit 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
Implicit(Byte to UInt128) |
Konvertiert implizit einen Byte Wert in eine 128-Bit-Ganzzahl ohne Vorzeichen. |
Implicit(Char to UInt128) |
Konvertiert implizit einen Char Wert in eine 128-Bit-Ganzzahl ohne Vorzeichen. |
Implicit(UInt16 to UInt128) |
Konvertiert implizit einen UInt16 Wert in eine 128-Bit-Ganzzahl ohne Vorzeichen. |
Implicit(UInt32 to UInt128) |
Konvertiert implizit einen UInt32 Wert in eine 128-Bit-Ganzzahl ohne Vorzeichen. |
Implicit(UInt64 to UInt128) |
Konvertiert implizit einen UInt64 Wert in eine 128-Bit-Ganzzahl ohne Vorzeichen. |
Implicit(UIntPtr to UInt128) |
Konvertiert implizit einen UIntPtr Wert in eine 128-Bit-Ganzzahl ohne Vorzeichen. |
Implicit(Byte to UInt128)
- Quelle:
- UInt128.cs
- Quelle:
- UInt128.cs
- Quelle:
- UInt128.cs
Konvertiert implizit einen Byte Wert in eine 128-Bit-Ganzzahl ohne Vorzeichen.
public:
static operator UInt128(System::Byte value);
public static implicit operator UInt128 (byte value);
static member op_Implicit : byte -> UInt128
Public Shared Widening Operator CType (value As Byte) As UInt128
Parameter
- value
- Byte
Der zu konvertierende Wert.
Gibt zurück
value
in eine 128-Bit-Ganzzahl ohne Vorzeichen konvertiert.
Gilt für:
Implicit(Char to UInt128)
- Quelle:
- UInt128.cs
- Quelle:
- UInt128.cs
- Quelle:
- UInt128.cs
Konvertiert implizit einen Char Wert in eine 128-Bit-Ganzzahl ohne Vorzeichen.
public:
static operator UInt128(char value);
public static implicit operator UInt128 (char value);
static member op_Implicit : char -> UInt128
Public Shared Widening Operator CType (value As Char) As UInt128
Parameter
- value
- Char
Der zu konvertierende Wert.
Gibt zurück
value
in eine 128-Bit-Ganzzahl ohne Vorzeichen konvertiert.
Gilt für:
Implicit(UInt16 to UInt128)
- Quelle:
- UInt128.cs
- Quelle:
- UInt128.cs
- Quelle:
- UInt128.cs
Wichtig
Diese API ist nicht CLS-kompatibel.
Konvertiert implizit einen UInt16 Wert in eine 128-Bit-Ganzzahl ohne Vorzeichen.
public:
static operator UInt128(System::UInt16 value);
[System.CLSCompliant(false)]
public static implicit operator UInt128 (ushort value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint16 -> UInt128
Public Shared Widening Operator CType (value As UShort) As UInt128
Parameter
- value
- UInt16
Der zu konvertierende Wert.
Gibt zurück
value
in eine 128-Bit-Ganzzahl ohne Vorzeichen konvertiert.
- Attribute
Gilt für:
Implicit(UInt32 to UInt128)
- Quelle:
- UInt128.cs
- Quelle:
- UInt128.cs
- Quelle:
- UInt128.cs
Wichtig
Diese API ist nicht CLS-kompatibel.
Konvertiert implizit einen UInt32 Wert in eine 128-Bit-Ganzzahl ohne Vorzeichen.
public:
static operator UInt128(System::UInt32 value);
[System.CLSCompliant(false)]
public static implicit operator UInt128 (uint value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint32 -> UInt128
Public Shared Widening Operator CType (value As UInteger) As UInt128
Parameter
- value
- UInt32
Der zu konvertierende Wert.
Gibt zurück
value
in eine 128-Bit-Ganzzahl ohne Vorzeichen konvertiert.
- Attribute
Gilt für:
Implicit(UInt64 to UInt128)
- Quelle:
- UInt128.cs
- Quelle:
- UInt128.cs
- Quelle:
- UInt128.cs
Wichtig
Diese API ist nicht CLS-kompatibel.
Konvertiert implizit einen UInt64 Wert in eine 128-Bit-Ganzzahl ohne Vorzeichen.
public:
static operator UInt128(System::UInt64 value);
[System.CLSCompliant(false)]
public static implicit operator UInt128 (ulong value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint64 -> UInt128
Public Shared Widening Operator CType (value As ULong) As UInt128
Parameter
- value
- UInt64
Der zu konvertierende Wert.
Gibt zurück
value
in eine 128-Bit-Ganzzahl ohne Vorzeichen konvertiert.
- Attribute
Gilt für:
Implicit(UIntPtr to UInt128)
- Quelle:
- UInt128.cs
- Quelle:
- UInt128.cs
- Quelle:
- UInt128.cs
Wichtig
Diese API ist nicht CLS-kompatibel.
Konvertiert implizit einen UIntPtr Wert in eine 128-Bit-Ganzzahl ohne Vorzeichen.
public:
static operator UInt128(UIntPtr value);
[System.CLSCompliant(false)]
public static implicit operator UInt128 (UIntPtr value);
[<System.CLSCompliant(false)>]
static member op_Implicit : unativeint -> UInt128
Public Shared Widening Operator CType (value As UIntPtr) As UInt128
Parameter
- value
-
UIntPtr
unativeint
Der zu konvertierende Wert.
Gibt zurück
value
in eine 128-Bit-Ganzzahl ohne Vorzeichen konvertiert.
- Attribute