Partager via


Int128(UInt64, UInt64) Constructeur

Définition

Important

Cette API n’est pas conforme CLS.

Initialise une nouvelle instance du struct Int128.

public:
 Int128(System::UInt64 upper, System::UInt64 lower);
[System.CLSCompliant(false)]
public Int128 (ulong upper, ulong lower);
[<System.CLSCompliant(false)>]
new Int128 : uint64 * uint64 -> Int128
Public Sub New (upper As ULong, lower As ULong)

Paramètres

upper
UInt64

64 bits supérieurs de la valeur 128 bits.

lower
UInt64

Valeur 64 bits inférieure de la valeur 128 bits.

Attributs

S’applique à