Taal

Single.IsPositive(Single) Methode

Definitie

Bepaalt of een waarde positief is.

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

Parameters

value
Single

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