UInt16.INumberBase<UInt16>.IsPositive(UInt16) Methode

Definitie

Bepaalt of een waarde positief is.

 static bool System.Numerics.INumberBase<System.UInt16>.IsPositive(System::UInt16 value) = System::Numerics::INumberBase<System::UInt16>::IsPositive;
static bool INumberBase<ushort>.IsPositive(ushort value);
static member System.Numerics.INumberBase<System.UInt16>.IsPositive : uint16 -> bool
 Shared Function IsPositive (value As UShort) As Boolean Implements INumberBase(Of UShort).IsPositive

Parameters

value
UInt16

De waarde die moet worden gecontroleerd.

Retouren

trueindien value positief, anders. false

Implementeringen

Van toepassing op