SByte.IsNegative(SByte) Metodo

Definizione

Determina se un valore è negativo.

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

Parametri

value
SByte

Valore da controllare.

Restituisce

true se è negativo; in caso value contrario, false.

Implementazioni

Commenti

Un valore restituito di false non implica che IsPositive(TSelf) restituirà true. Un numero complesso, per non zero b, a + bi non è positivo o negativo

Si applica a