Udostępnij za pośrednictwem


Int128.IsNegative(Int128) Metoda

Definicja

Określa, czy wartość jest ujemna.

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

Parametry

value
Int128

Zwraca

Boolean

true jeśli value wartość jest ujemna; w przeciwnym razie wartość false.

Implementuje

Uwagi

Wartość zwracana false nie oznacza, że IsPositive(TSelf) funkcja zwróci wartość true. Liczba zespolona w a + bi przypadku wartości innej niż zero bnie jest dodatnia lub ujemna

Dotyczy