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

Definition

Bestimmt, ob ein Wert positiv ist.

 static bool System.Numerics.INumberBase<System.UInt32>.IsPositive(System::UInt32 value) = System::Numerics::INumberBase<System::UInt32>::IsPositive;
static bool INumberBase<uint>.IsPositive (uint value);
static member System.Numerics.INumberBase<System.UInt32>.IsPositive : uint32 -> bool
 Shared Function IsPositive (value As UInteger) As Boolean Implements INumberBase(Of UInteger).IsPositive

Parameter

value
UInt32

Der zu überprüfende Wert.

Gibt zurück

true , wenn value positiv ist, andernfalls false.

Implementiert

Gilt für: