UInt128(UInt64, UInt64) Konstruktor

Definition

Wichtig

Diese API ist nicht CLS-kompatibel.

Initialisiert eine neue Instanz der UInt128-Struktur.

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)

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