Single.MinNative(Single, Single) 메서드

정의

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

public:
 static float MinNative(float x, float y) = System::Numerics::INumber<float>::MinNative;
public static float MinNative(float x, float y);
static member MinNative : single * single -> single
Public Shared Function MinNative (x As Single, y As Single) As Single

매개 변수

x
Single

비교할 값입니다 y.

y
Single

비교할 값입니다 x.

반품

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

구현

적용 대상