UInt128.INumberBase<UInt128>.MaxMagnitudeNumber メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
2 つの値を比較して、大きさが大きい計算を行い、入力が の場合は NaN
もう一方の値を返します。
static UInt128 System.Numerics.INumberBase<System.UInt128>.MaxMagnitudeNumber(UInt128 x, UInt128 y) = System::Numerics::INumberBase<UInt128>::MaxMagnitudeNumber;
static UInt128 INumberBase<UInt128>.MaxMagnitudeNumber (UInt128 x, UInt128 y);
static member System.Numerics.INumberBase<System.UInt128>.MaxMagnitudeNumber : UInt128 * UInt128 -> UInt128
Shared Function MaxMagnitudeNumber (x As UInt128, y As UInt128) As UInt128 Implements INumberBase(Of UInt128).MaxMagnitudeNumber
パラメーター
- x
- UInt128
と y
比較する値。
- y
- UInt128
と x
比較する値。
戻り値
x
より大きい y
場合は 。それ以外の場合 y
は 。
実装
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET