NFloat.MaxNative(NFloat, NFloat) 메서드

정의

플랫폼별 동작 NaN 을 사용하여 더 큰 컴퓨팅과 두 값을 비교합니다 NegativeZero.

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그렇지 않으면 .

구현

적용 대상