Compartir a través de


Int128(UInt64, UInt64) Constructor

Definición

Importante

Esta API no es conforme a CLS.

Inicializa una nueva instancia del struct Int128.

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)

Parámetros

upper
UInt64

Los 64 bits superiores del valor de 128 bits.

lower
UInt64

Los 64 bits inferiores del valor de 128 bits.

Atributos

Se aplica a