SByte.IsPositive(SByte) Methode

Definitie

Bepaalt of een waarde positief is.

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

Parameters

value
SByte

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