UInt128.Explicit Betreiber

Definition

Überlädt

Explicit(UInt128 to UIntPtr)

Konvertiert eine 128-Bit-Ganzzahl ohne Vorzeichen explizit in einen UIntPtr Wert.

Explicit(UInt128 to UInt64)

Konvertiert eine 128-Bit-Ganzzahl ohne Vorzeichen explizit in einen UInt64 Wert.

Explicit(UInt128 to UInt32)

Konvertiert eine 128-Bit-Ganzzahl ohne Vorzeichen explizit in einen UInt32 Wert.

Explicit(UInt128 to UInt16)

Konvertiert eine 128-Bit-Ganzzahl ohne Vorzeichen explizit in einen UInt16 Wert.

Explicit(UInt128 to Single)

Konvertiert eine 128-Bit-Ganzzahl ohne Vorzeichen explizit in einen Single Wert.

Explicit(UInt128 to SByte)

Konvertiert eine 128-Bit-Ganzzahl ohne Vorzeichen explizit in einen SByte Wert.

Explicit(UInt128 to IntPtr)

Konvertiert eine 128-Bit-Ganzzahl ohne Vorzeichen explizit in einen IntPtr Wert.

Explicit(UInt128 to Int64)

Konvertiert eine 128-Bit-Ganzzahl ohne Vorzeichen explizit in einen Int64 Wert.

Explicit(UInt128 to Int32)

Konvertiert eine 128-Bit-Ganzzahl ohne Vorzeichen explizit in einen Int32 Wert.

Explicit(UInt128 to Int128)

Konvertiert eine 128-Bit-Ganzzahl ohne Vorzeichen explizit in einen Int128 Wert.

Explicit(UInt128 to Half)

Konvertiert eine 128-Bit-Ganzzahl ohne Vorzeichen explizit in einen Half Wert.

Explicit(UInt128 to Int16)

Konvertiert eine 128-Bit-Ganzzahl ohne Vorzeichen explizit in einen Int16 Wert.

Explicit(UInt128 to Decimal)

Konvertiert eine 128-Bit-Ganzzahl ohne Vorzeichen explizit in einen Decimal Wert.

Explicit(Decimal to UInt128)

Konvertiert einen Decimal Wert explizit in eine 128-Bit-Ganzzahl ohne Vorzeichen.

Explicit(UInt128 to Double)

Konvertiert eine 128-Bit-Ganzzahl ohne Vorzeichen explizit in einen Double Wert.

Explicit(Int16 to UInt128)

Konvertiert einen Int16 Wert explizit in eine 128-Bit-Ganzzahl ohne Vorzeichen.

Explicit(Int32 to UInt128)

Konvertiert einen Int32 Wert explizit in eine 128-Bit-Ganzzahl ohne Vorzeichen.

Explicit(Int64 to UInt128)

Konvertiert einen Int64 Wert explizit in eine 128-Bit-Ganzzahl ohne Vorzeichen.

Explicit(Double to UInt128)

Konvertiert einen Double Wert explizit in eine 128-Bit-Ganzzahl ohne Vorzeichen.

Explicit(SByte to UInt128)

Konvertiert einen SByte Wert explizit in eine 128-Bit-Ganzzahl ohne Vorzeichen.

Explicit(Single to UInt128)

Konvertiert einen Single Wert explizit in eine 128-Bit-Ganzzahl ohne Vorzeichen.

Explicit(UInt128 to Byte)

Konvertiert eine 128-Bit-Ganzzahl ohne Vorzeichen explizit in einen Byte Wert.

Explicit(UInt128 to Char)

Konvertiert eine 128-Bit-Ganzzahl ohne Vorzeichen explizit in einen Char Wert.

Explicit(IntPtr to UInt128)

Konvertiert einen IntPtr Wert explizit in eine 128-Bit-Ganzzahl ohne Vorzeichen.

Explicit(UInt128 to UIntPtr)

Quelle:
UInt128.cs
Quelle:
UInt128.cs
Quelle:
UInt128.cs

Wichtig

Diese API ist nicht CLS-kompatibel.

Konvertiert eine 128-Bit-Ganzzahl ohne Vorzeichen explizit in einen UIntPtr Wert.

public:
 static explicit operator UIntPtr(UInt128 value);
[System.CLSCompliant(false)]
public static explicit operator UIntPtr (UInt128 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : UInt128 -> unativeint
Public Shared Narrowing Operator CType (value As UInt128) As UIntPtr

Parameter

value
UInt128

Der zu konvertierende Wert.

Gibt zurück

UIntPtr

unativeint

value, konvertiert in einen UIntPtr.

Attribute

Gilt für:

Explicit(UInt128 to UInt64)

Quelle:
UInt128.cs
Quelle:
UInt128.cs
Quelle:
UInt128.cs

Wichtig

Diese API ist nicht CLS-kompatibel.

Konvertiert eine 128-Bit-Ganzzahl ohne Vorzeichen explizit in einen UInt64 Wert.

public:
 static explicit operator System::UInt64(UInt128 value);
[System.CLSCompliant(false)]
public static explicit operator ulong (UInt128 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : UInt128 -> uint64
Public Shared Narrowing Operator CType (value As UInt128) As ULong

Parameter

value
UInt128

Der zu konvertierende Wert.

Gibt zurück

value, konvertiert in einen UInt64.

Attribute

Gilt für:

Explicit(UInt128 to UInt32)

Quelle:
UInt128.cs
Quelle:
UInt128.cs
Quelle:
UInt128.cs

Wichtig

Diese API ist nicht CLS-kompatibel.

Konvertiert eine 128-Bit-Ganzzahl ohne Vorzeichen explizit in einen UInt32 Wert.

public:
 static explicit operator System::UInt32(UInt128 value);
[System.CLSCompliant(false)]
public static explicit operator uint (UInt128 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : UInt128 -> uint32
Public Shared Narrowing Operator CType (value As UInt128) As UInteger

Parameter

value
UInt128

Der zu konvertierende Wert.

Gibt zurück

value, konvertiert in einen UInt32.

Attribute

Gilt für:

Explicit(UInt128 to UInt16)

Quelle:
UInt128.cs
Quelle:
UInt128.cs
Quelle:
UInt128.cs

Wichtig

Diese API ist nicht CLS-kompatibel.

Konvertiert eine 128-Bit-Ganzzahl ohne Vorzeichen explizit in einen UInt16 Wert.

public:
 static explicit operator System::UInt16(UInt128 value);
[System.CLSCompliant(false)]
public static explicit operator ushort (UInt128 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : UInt128 -> uint16
Public Shared Narrowing Operator CType (value As UInt128) As UShort

Parameter

value
UInt128

Der zu konvertierende Wert.

Gibt zurück

value, konvertiert in einen UInt16.

Attribute

Gilt für:

Explicit(UInt128 to Single)

Quelle:
UInt128.cs
Quelle:
UInt128.cs
Quelle:
UInt128.cs

Konvertiert eine 128-Bit-Ganzzahl ohne Vorzeichen explizit in einen Single Wert.

public:
 static explicit operator float(UInt128 value);
public static explicit operator float (UInt128 value);
static member op_Explicit : UInt128 -> single
Public Shared Narrowing Operator CType (value As UInt128) As Single

Parameter

value
UInt128

Der zu konvertierende Wert.

Gibt zurück

value, konvertiert in einen Single.

Gilt für:

Explicit(UInt128 to SByte)

Quelle:
UInt128.cs
Quelle:
UInt128.cs
Quelle:
UInt128.cs

Wichtig

Diese API ist nicht CLS-kompatibel.

Konvertiert eine 128-Bit-Ganzzahl ohne Vorzeichen explizit in einen SByte Wert.

public:
 static explicit operator System::SByte(UInt128 value);
[System.CLSCompliant(false)]
public static explicit operator sbyte (UInt128 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : UInt128 -> sbyte
Public Shared Narrowing Operator CType (value As UInt128) As SByte

Parameter

value
UInt128

Der zu konvertierende Wert.

Gibt zurück

value, konvertiert in einen SByte.

Attribute

Gilt für:

Explicit(UInt128 to IntPtr)

Quelle:
UInt128.cs
Quelle:
UInt128.cs
Quelle:
UInt128.cs

Konvertiert eine 128-Bit-Ganzzahl ohne Vorzeichen explizit in einen IntPtr Wert.

public:
 static explicit operator IntPtr(UInt128 value);
public static explicit operator IntPtr (UInt128 value);
static member op_Explicit : UInt128 -> nativeint
Public Shared Narrowing Operator CType (value As UInt128) As IntPtr

Parameter

value
UInt128

Der zu konvertierende Wert.

Gibt zurück

IntPtr

nativeint

value, konvertiert in einen IntPtr.

Gilt für:

Explicit(UInt128 to Int64)

Quelle:
UInt128.cs
Quelle:
UInt128.cs
Quelle:
UInt128.cs

Konvertiert eine 128-Bit-Ganzzahl ohne Vorzeichen explizit in einen Int64 Wert.

public:
 static explicit operator long(UInt128 value);
public static explicit operator long (UInt128 value);
static member op_Explicit : UInt128 -> int64
Public Shared Narrowing Operator CType (value As UInt128) As Long

Parameter

value
UInt128

Der zu konvertierende Wert.

Gibt zurück

value, konvertiert in einen Int64.

Gilt für:

Explicit(UInt128 to Int32)

Quelle:
UInt128.cs
Quelle:
UInt128.cs
Quelle:
UInt128.cs

Konvertiert eine 128-Bit-Ganzzahl ohne Vorzeichen explizit in einen Int32 Wert.

public:
 static explicit operator int(UInt128 value);
public static explicit operator int (UInt128 value);
static member op_Explicit : UInt128 -> int
Public Shared Narrowing Operator CType (value As UInt128) As Integer

Parameter

value
UInt128

Der zu konvertierende Wert.

Gibt zurück

value, konvertiert in einen Int32.

Gilt für:

Explicit(UInt128 to Int128)

Quelle:
UInt128.cs
Quelle:
UInt128.cs
Quelle:
UInt128.cs

Wichtig

Diese API ist nicht CLS-kompatibel.

Konvertiert eine 128-Bit-Ganzzahl ohne Vorzeichen explizit in einen Int128 Wert.

public:
 static explicit operator Int128(UInt128 value);
[System.CLSCompliant(false)]
public static explicit operator Int128 (UInt128 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : UInt128 -> Int128
Public Shared Narrowing Operator CType (value As UInt128) As Int128

Parameter

value
UInt128

Der zu konvertierende Wert.

Gibt zurück

value, konvertiert in einen Int128.

Attribute

Gilt für:

Explicit(UInt128 to Half)

Quelle:
UInt128.cs
Quelle:
UInt128.cs
Quelle:
UInt128.cs

Konvertiert eine 128-Bit-Ganzzahl ohne Vorzeichen explizit in einen Half Wert.

public:
 static explicit operator Half(UInt128 value);
public static explicit operator Half (UInt128 value);
static member op_Explicit : UInt128 -> Half
Public Shared Narrowing Operator CType (value As UInt128) As Half

Parameter

value
UInt128

Der zu konvertierende Wert.

Gibt zurück

value, konvertiert in einen Half.

Gilt für:

Explicit(UInt128 to Int16)

Quelle:
UInt128.cs
Quelle:
UInt128.cs
Quelle:
UInt128.cs

Konvertiert eine 128-Bit-Ganzzahl ohne Vorzeichen explizit in einen Int16 Wert.

public:
 static explicit operator short(UInt128 value);
public static explicit operator short (UInt128 value);
static member op_Explicit : UInt128 -> int16
Public Shared Narrowing Operator CType (value As UInt128) As Short

Parameter

value
UInt128

Der zu konvertierende Wert.

Gibt zurück

value, konvertiert in einen Int16.

Gilt für:

Explicit(UInt128 to Decimal)

Quelle:
UInt128.cs
Quelle:
UInt128.cs
Quelle:
UInt128.cs

Konvertiert eine 128-Bit-Ganzzahl ohne Vorzeichen explizit in einen Decimal Wert.

public:
 static explicit operator System::Decimal(UInt128 value);
public static explicit operator decimal (UInt128 value);
static member op_Explicit : UInt128 -> decimal
Public Shared Narrowing Operator CType (value As UInt128) As Decimal

Parameter

value
UInt128

Der zu konvertierende Wert.

Gibt zurück

value, konvertiert in einen Decimal.

Gilt für:

Explicit(Decimal to UInt128)

Quelle:
UInt128.cs
Quelle:
UInt128.cs
Quelle:
UInt128.cs

Konvertiert einen Decimal Wert explizit in eine 128-Bit-Ganzzahl ohne Vorzeichen.

public:
 static explicit operator UInt128(System::Decimal value);
public static explicit operator UInt128 (decimal value);
static member op_Explicit : decimal -> UInt128
Public Shared Narrowing Operator CType (value As Decimal) As UInt128

Parameter

value
Decimal

Der zu konvertierende Wert.

Gibt zurück

value in eine 128-Bit-Ganzzahl ohne Vorzeichen konvertiert.

Gilt für:

Explicit(UInt128 to Double)

Quelle:
UInt128.cs
Quelle:
UInt128.cs
Quelle:
UInt128.cs

Konvertiert eine 128-Bit-Ganzzahl ohne Vorzeichen explizit in einen Double Wert.

public:
 static explicit operator double(UInt128 value);
public static explicit operator double (UInt128 value);
static member op_Explicit : UInt128 -> double
Public Shared Narrowing Operator CType (value As UInt128) As Double

Parameter

value
UInt128

Der zu konvertierende Wert.

Gibt zurück

value, konvertiert in einen Double.

Gilt für:

Explicit(Int16 to UInt128)

Quelle:
UInt128.cs
Quelle:
UInt128.cs
Quelle:
UInt128.cs

Konvertiert einen Int16 Wert explizit in eine 128-Bit-Ganzzahl ohne Vorzeichen.

public:
 static explicit operator UInt128(short value);
public static explicit operator UInt128 (short value);
static member op_Explicit : int16 -> UInt128
Public Shared Narrowing Operator CType (value As Short) As UInt128

Parameter

value
Int16

Der zu konvertierende Wert.

Gibt zurück

value in eine 128-Bit-Ganzzahl ohne Vorzeichen konvertiert.

Gilt für:

Explicit(Int32 to UInt128)

Quelle:
UInt128.cs
Quelle:
UInt128.cs
Quelle:
UInt128.cs

Konvertiert einen Int32 Wert explizit in eine 128-Bit-Ganzzahl ohne Vorzeichen.

public:
 static explicit operator UInt128(int value);
public static explicit operator UInt128 (int value);
static member op_Explicit : int -> UInt128
Public Shared Narrowing Operator CType (value As Integer) As UInt128

Parameter

value
Int32

Der zu konvertierende Wert.

Gibt zurück

value in eine 128-Bit-Ganzzahl ohne Vorzeichen konvertiert.

Gilt für:

Explicit(Int64 to UInt128)

Quelle:
UInt128.cs
Quelle:
UInt128.cs
Quelle:
UInt128.cs

Konvertiert einen Int64 Wert explizit in eine 128-Bit-Ganzzahl ohne Vorzeichen.

public:
 static explicit operator UInt128(long value);
public static explicit operator UInt128 (long value);
static member op_Explicit : int64 -> UInt128
Public Shared Narrowing Operator CType (value As Long) As UInt128

Parameter

value
Int64

Der zu konvertierende Wert.

Gibt zurück

value in eine 128-Bit-Ganzzahl ohne Vorzeichen konvertiert.

Gilt für:

Explicit(Double to UInt128)

Quelle:
UInt128.cs
Quelle:
UInt128.cs
Quelle:
UInt128.cs

Konvertiert einen Double Wert explizit in eine 128-Bit-Ganzzahl ohne Vorzeichen.

public:
 static explicit operator UInt128(double value);
public static explicit operator UInt128 (double value);
static member op_Explicit : double -> UInt128
Public Shared Narrowing Operator CType (value As Double) As UInt128

Parameter

value
Double

Der zu konvertierende Wert.

Gibt zurück

value in eine 128-Bit-Ganzzahl ohne Vorzeichen konvertiert.

Gilt für:

Explicit(SByte to UInt128)

Quelle:
UInt128.cs
Quelle:
UInt128.cs
Quelle:
UInt128.cs

Wichtig

Diese API ist nicht CLS-kompatibel.

Konvertiert einen SByte Wert explizit in eine 128-Bit-Ganzzahl ohne Vorzeichen.

public:
 static explicit operator UInt128(System::SByte value);
[System.CLSCompliant(false)]
public static explicit operator UInt128 (sbyte value);
[<System.CLSCompliant(false)>]
static member op_Explicit : sbyte -> UInt128
Public Shared Narrowing Operator CType (value As SByte) As UInt128

Parameter

value
SByte

Der zu konvertierende Wert.

Gibt zurück

value in eine 128-Bit-Ganzzahl ohne Vorzeichen konvertiert.

Attribute

Gilt für:

Explicit(Single to UInt128)

Quelle:
UInt128.cs
Quelle:
UInt128.cs
Quelle:
UInt128.cs

Konvertiert einen Single Wert explizit in eine 128-Bit-Ganzzahl ohne Vorzeichen.

public:
 static explicit operator UInt128(float value);
public static explicit operator UInt128 (float value);
static member op_Explicit : single -> UInt128
Public Shared Narrowing Operator CType (value As Single) As UInt128

Parameter

value
Single

Der zu konvertierende Wert.

Gibt zurück

value in eine 128-Bit-Ganzzahl ohne Vorzeichen konvertiert.

Gilt für:

Explicit(UInt128 to Byte)

Quelle:
UInt128.cs
Quelle:
UInt128.cs
Quelle:
UInt128.cs

Konvertiert explizit eine 128-Bit-Ganzzahl ohne Vorzeichen in einen Byte Wert.

public:
 static explicit operator System::Byte(UInt128 value);
public static explicit operator byte (UInt128 value);
static member op_Explicit : UInt128 -> byte
Public Shared Narrowing Operator CType (value As UInt128) As Byte

Parameter

value
UInt128

Der zu konvertierende Wert.

Gibt zurück

value, konvertiert in einen Byte.

Gilt für:

Explicit(UInt128 to Char)

Quelle:
UInt128.cs
Quelle:
UInt128.cs
Quelle:
UInt128.cs

Konvertiert explizit eine 128-Bit-Ganzzahl ohne Vorzeichen in einen Char Wert.

public:
 static explicit operator char(UInt128 value);
public static explicit operator char (UInt128 value);
static member op_Explicit : UInt128 -> char
Public Shared Narrowing Operator CType (value As UInt128) As Char

Parameter

value
UInt128

Der zu konvertierende Wert.

Gibt zurück

value, konvertiert in einen Char.

Gilt für:

Explicit(IntPtr to UInt128)

Quelle:
UInt128.cs
Quelle:
UInt128.cs
Quelle:
UInt128.cs

Konvertiert einen IntPtr Wert explizit in eine 128-Bit-Ganzzahl ohne Vorzeichen.

public:
 static explicit operator UInt128(IntPtr value);
public static explicit operator UInt128 (IntPtr value);
static member op_Explicit : nativeint -> UInt128
Public Shared Narrowing Operator CType (value As IntPtr) As UInt128

Parameter

value
IntPtr

nativeint

Der zu konvertierende Wert.

Gibt zurück

value in eine 128-Bit-Ganzzahl ohne Vorzeichen konvertiert.

Gilt für: