Udostępnij za pośrednictwem


UInt128(UInt64, UInt64) Konstruktor

Definicja

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

Inicjuje UInt128 nowe wystąpienie struktury.

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)

Parametry

upper
UInt64

Górne 64-bitowe wartości 128-bitowej.

lower
UInt64

Niższe 64-bitowe wartości 128-bitowej.

Atrybuty

Dotyczy