Int16.IsPositive(Int16) Methode

Definitie

Bepaalt of een waarde positief is.

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

Parameters

value
Int16

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