UInt128(UInt64, UInt64) Konstruktor

Definice

Důležité

Toto rozhraní API neodpovídá specifikaci CLS.

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

Horních 64 bitů 128bitové hodnoty.

lower
UInt64

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

Atributy

Platí pro