UIntPtr.INumber<UIntPtr>.MinNumber(UIntPtr, UIntPtr) メソッド

定義

2 つの値を比較して、より小さい計算を行い、入力が の場合は NaNもう一方の値を返します。

 static UIntPtr System.Numerics.INumber<nuint>.MinNumber(UIntPtr x, UIntPtr y) = System::Numerics::INumber<UIntPtr>::MinNumber;
static UIntPtr INumber<UIntPtr>.MinNumber (UIntPtr x, UIntPtr y);
static member System.Numerics.INumber<nuint>.MinNumber : unativeint * unativeint -> unativeint
 Shared Function MinNumber (x As UIntPtr, y As UIntPtr) As UIntPtr Implements INumber(Of UIntPtr).MinNumber

パラメーター

x
UIntPtr

unativeint

y比較する値。

y
UIntPtr

unativeint

x比較する値。

戻り値

UIntPtr

unativeint

x より小さい y場合は 。それ以外の場合 yは 。

実装

適用対象