UInt64.INumberBase<UInt64>.IsPositive(UInt64) Metod

Definition

Avgör om ett värde är positivt.

 static bool System.Numerics.INumberBase<System.UInt64>.IsPositive(System::UInt64 value) = System::Numerics::INumberBase<System::UInt64>::IsPositive;
static bool INumberBase<ulong>.IsPositive(ulong value);
static member System.Numerics.INumberBase<System.UInt64>.IsPositive : uint64 -> bool
 Shared Function IsPositive (value As ULong) As Boolean Implements INumberBase(Of ULong).IsPositive

Parametrar

value
UInt64

Det värde som ska kontrolleras.

Returer

true om value är positiv, annars false.

Implementeringar

Gäller för