Int16.IsNegative(Int16) 메서드

정의

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

public:
 static bool IsNegative(short value) = System::Numerics::INumberBase<short>::IsNegative;
public static bool IsNegative (short value);
static member IsNegative : int16 -> bool
Public Shared Function IsNegative (value As Short) As Boolean

매개 변수

value
Int16

검사할 값입니다.

반환

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

구현

설명

의 반환 값이 false 을 반환true한다는 의미는 IsPositive(TSelf) 아닙니다. 0이 a + bi 아닌 b복소수는 양수 또는 음수가 아닙니다.

적용 대상