Share via


UInt128(UInt64, UInt64) Construtor

Definição

Importante

Esta API não está em conformidade com CLS.

Inicializa uma nova instância do struct 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)

Parâmetros

upper
UInt64

Os 64 bits superiores do valor de 128 bits.

lower
UInt64

Os 64 bits inferiores do valor de 128 bits.

Atributos

Aplica-se a