UInt128(UInt64, UInt64) Konstruktor

Definition

Viktigt!

Detta API uppfyller inte CLS.

Initierar en ny instans av structen UInt128 .

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)

Parametrar

upper
UInt64

De övre 64 bitarna av 128-bitarsvärdet.

lower
UInt64

De lägre 64-bitars 128-bitarsvärdet.

Attribut

Gäller för