Single.IsNegative(Single) 메서드

정의

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

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

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

반환

Boolean

음수이면 true이고, 그렇지 않으면 false입니다.

적용 대상