UInt128(UInt64, UInt64) 생성자

정의

중요

이 API는 CLS 규격이 아닙니다.

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)

매개 변수

upper
UInt64

128비트 값의 상위 64비트입니다.

lower
UInt64

128비트 값의 하위 64비트입니다.

특성

적용 대상