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

Definice

Určuje, jestli je hodnota kladná.

 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

Parametry

value
UInt64

Hodnota, která se má zkontrolovat.

Návraty

truepokud value je pozitivní, v opačném případě . false

Implementuje

Platí pro