英語で読む 編集

次の方法で共有


Int128(UInt64, UInt64) Constructor

Definition

Important

This API is not CLS-compliant.

Initializes a new instance of the Int128 struct.

[System.CLSCompliant(false)]
public Int128 (ulong upper, ulong lower);

Parameters

upper
UInt64

The upper 64-bits of the 128-bit value.

lower
UInt64

The lower 64-bits of the 128-bit value.

Attributes

Applies to

製品 バージョン
.NET 7, 8, 9