Int128(UInt64, UInt64) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重要
此 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 位。
- 屬性