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 位。

属性

适用于