NFloat.IsPositive(NFloat) Methode

Definitie

Bepaalt of een waarde positief is.

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

Parameters

value
NFloat

De waarde die moet worden gecontroleerd.

Retouren

trueindien value positief, anders. false

Implementeringen

Opmerkingen

Een retourwaarde van false impliceert niet dat deze IsNegative(TSelf) retourneert true. Een complex getal, a + bi voor niet-nul b, is niet positief of negatief

Van toepassing op