UInt128(UInt64, UInt64) Constructeur
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.
Important
Cette API n’est pas conforme CLS.
Initialise une nouvelle instance du struct UInt128.
public:
UInt128(System::UInt64 upper, System::UInt64 lower);
[System.CLSCompliant(false)]
public UInt128 (ulong upper, ulong lower);
[<System.CLSCompliant(false)>]
new UInt128 : uint64 * uint64 -> UInt128
Public Sub New (upper As ULong, lower As ULong)
Paramètres
- upper
- UInt64
Valeur 64 bits supérieure de la valeur 128 bits.
- lower
- UInt64
Valeur 64 bits inférieure de la valeur 128 bits.
- Attributs