Half.IsPositive(Half) Methode

Definition

Bestimmt, ob ein Wert positiv ist.

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

Parameter

value
Half

Der zu überprüfende Wert.

Gibt zurück

true wenn value positiv; andernfalls false.

Implementiert

Hinweise

Ein Rückgabewert von false bedeutet nicht, dass IsNegative(TSelf) zurückgegeben truewird. Eine komplexe Zahl ist a + bi für ungleich Null bnicht positiv oder negativ.

Gilt für: