UInt128(UInt64, UInt64) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
重要
この 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 ビット。
- 属性