Udostępnij za pośrednictwem


Int128(UInt64, UInt64) Konstruktor

Definicja

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

Inicjuje Int128 nowe wystąpienie struktury.

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)

Parametry

upper
UInt64

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

lower
UInt64

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

Atrybuty

Dotyczy