NFloat.MinNative(NFloat, NFloat) メソッド

定義

2 つの値を比較し、 NaNNegativeZeroにプラットフォーム固有の動作を使用する方が少ない計算を行います。

public:
 static System::Runtime::InteropServices::NFloat MinNative(System::Runtime::InteropServices::NFloat x, System::Runtime::InteropServices::NFloat y) = System::Numerics::INumber<System::Runtime::InteropServices::NFloat>::MinNative;
public static System.Runtime.InteropServices.NFloat MinNative(System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y);
static member MinNative : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function MinNative (x As NFloat, y As NFloat) As NFloat

パラメーター

x
NFloat

yと比較する値。

y
NFloat

xと比較する値。

返品

より小さい場合は a0/&。それ以外の場合は。

実装

適用対象