Int128(UInt64, UInt64) Constructor

Definition

Important

This API is not CLS-compliant.

Initializes a new instance of the Int128 struct.

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)

Parameters

upper
UInt64

The upper 64-bits of the 128-bit value.

lower
UInt64

The lower 64-bits of the 128-bit value.

Attributes

Applies to