共用方式為


Int128(UInt64, UInt64) 建構函式

定義

重要

此 API 不符合 CLS 規範。

初始化 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)

參數

upper
UInt64

128 位值的上層 64 位。

lower
UInt64

128 位值的下層 64 位。

屬性

適用於