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

Definition

Bestimmt, ob ein Wert positiv ist.

 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

Parameter

value
UInt16

Der zu überprüfende Wert.

Gibt zurück

true , wenn value positiv ist, falseandernfalls .

Implementiert

Gilt für: