Int128(UInt64, UInt64) Konstruktor

Definition

Wichtig

Diese API ist nicht CLS-kompatibel.

Initialisiert eine neue Instanz der Int128-Struktur.

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)

Parameter

upper
UInt64

Die oberen 64-Bit-Werte des 128-Bit-Werts.

lower
UInt64

Die unteren 64-Bit-Werte des 128-Bit-Werts.

Attribute

Gilt für