共用方式為


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

屬性

適用於