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

定義

NaNNegativeZeroのプラットフォーム固有の動作を使用して、2 つの値を計算と比較します。

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

パラメーター

x
NFloat

yと比較する値。

y
NFloat

xと比較する値。

返品

x yより大きい場合は、それ以外の場合はy

実装

適用対象