Int128(UInt64, UInt64) Konstruktor

Definice

Důležité

Toto rozhraní API neodpovídá specifikaci CLS.

Inicializuje novou instanci Int128 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

Horních 64 bitů 128bitové hodnoty.

lower
UInt64

Nižších 64 bitů 128bitové hodnoty.

Atributy

Platí pro