Share via


Int128.IsNegative(Int128) Metodo

Definizione

Determina se un valore è negativo.

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

Parametri

value
Int128

Restituisce

Boolean

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

Implementazioni

Commenti

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

Si applica a