UInt128.Implicit Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Implicit(Byte to UInt128) |
Convertit implicitement une Byte valeur en entier non signé 128 bits. |
Implicit(Char to UInt128) |
Convertit implicitement une Char valeur en entier non signé 128 bits. |
Implicit(UInt16 to UInt128) |
Convertit implicitement une UInt16 valeur en entier non signé 128 bits. |
Implicit(UInt32 to UInt128) |
Convertit implicitement une UInt32 valeur en entier non signé 128 bits. |
Implicit(UInt64 to UInt128) |
Convertit implicitement une UInt64 valeur en entier non signé 128 bits. |
Implicit(UIntPtr to UInt128) |
Convertit implicitement une UIntPtr valeur en entier non signé 128 bits. |
Implicit(Byte to UInt128)
- Source:
- UInt128.cs
- Source:
- UInt128.cs
- Source:
- UInt128.cs
Convertit implicitement une Byte valeur en entier non signé 128 bits.
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
Paramètres
- value
- Byte
La valeur à convertir.
Retours
value
converti en entier non signé 128 bits.
S’applique à
Implicit(Char to UInt128)
- Source:
- UInt128.cs
- Source:
- UInt128.cs
- Source:
- UInt128.cs
Convertit implicitement une Char valeur en entier non signé 128 bits.
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
Paramètres
- value
- Char
La valeur à convertir.
Retours
value
converti en entier non signé 128 bits.
S’applique à
Implicit(UInt16 to UInt128)
- Source:
- UInt128.cs
- Source:
- UInt128.cs
- Source:
- UInt128.cs
Important
Cette API n’est pas conforme CLS.
Convertit implicitement une UInt16 valeur en entier non signé 128 bits.
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
Paramètres
- value
- UInt16
La valeur à convertir.
Retours
value
converti en entier non signé 128 bits.
- Attributs
S’applique à
Implicit(UInt32 to UInt128)
- Source:
- UInt128.cs
- Source:
- UInt128.cs
- Source:
- UInt128.cs
Important
Cette API n’est pas conforme CLS.
Convertit implicitement une UInt32 valeur en entier non signé 128 bits.
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
Paramètres
- value
- UInt32
La valeur à convertir.
Retours
value
converti en entier non signé 128 bits.
- Attributs
S’applique à
Implicit(UInt64 to UInt128)
- Source:
- UInt128.cs
- Source:
- UInt128.cs
- Source:
- UInt128.cs
Important
Cette API n’est pas conforme CLS.
Convertit implicitement une UInt64 valeur en entier non signé 128 bits.
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
Paramètres
- value
- UInt64
La valeur à convertir.
Retours
value
converti en entier non signé 128 bits.
- Attributs
S’applique à
Implicit(UIntPtr to UInt128)
- Source:
- UInt128.cs
- Source:
- UInt128.cs
- Source:
- UInt128.cs
Important
Cette API n’est pas conforme CLS.
Convertit implicitement une UIntPtr valeur en entier non signé 128 bits.
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
Paramètres
- value
-
UIntPtr
unativeint
La valeur à convertir.
Retours
value
converti en entier non signé 128 bits.
- Attributs