Single.MinMagnitude(Single, Single) 메서드

정의

두 값을 더 작은 컴퓨팅과 비교합니다.

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

매개 변수

x
Single

와 비교할 값입니다 y.

y
Single

와 비교할 값입니다 x.

반환

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

구현

설명

cref<="T:System.Numerics.IFloatingPointIeee7541> this method matches the IEEE 754:2019 minimumMagnitude-0.0function. This requires NaN inputs to not be propagated back to the caller and forto be treated as less than+0.0'을 참조하세요.

적용 대상