Single.IsNegative(Single) 메서드

정의

지정된 값이 음수인지 여부를 확인합니다.

public:
 static bool IsNegative(float f) = System::Numerics::INumberBase<float>::IsNegative;
public:
 static bool IsNegative(float f);
public static bool IsNegative(float f);
static member IsNegative : single -> bool
Public Shared Function IsNegative (f As Single) As Boolean

매개 변수

f
Single

단정밀도 부동 소수점 숫자입니다.

반품

true 음수이 false 면 그렇지 않습니다.

구현

적용 대상