NFloat.IsPositive(NFloat) Methode

Definition

Bestimmt, ob ein Wert positiv ist.

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

Parameter

value
NFloat

Der zu überprüfende Wert.

Gibt zurück

true , wenn value positiv ist, falseandernfalls .

Implementiert

Hinweise

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

Gilt für: