NFloat.MinNative(NFloat, NFloat) 메서드

정의

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

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.

반품

x 보다 y작으면 .이고, y그렇지 않으면 .

구현

적용 대상