Int128.IsPositive(Int128) Methode

Definition

Bestimmt, ob ein Wert positiv ist.

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

Parameter

value
Int128

Gibt zurück

Boolean

true wenn value positiv ist false; andernfalls .

Implementiert

Hinweise

Ein Rückgabewert von false bedeutet nicht, dass zurückgegeben IsNegative(TSelf) wird true. Eine komplexe Zahl, für Nicht-Nullb, a + bi ist nicht positiv oder negativ.

Gilt für