Decimal.IsPositive(Decimal) Methode

Definitie

Bepaalt of een waarde positief is.

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

Parameters

value
Decimal

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