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

Definice

Určuje, jestli je hodnota kladná.

 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

Parametry

value
UInt16

Hodnota, která se má zkontrolovat.

Návraty

true pokud value je pozitivní, jinak hodnota false.

Implementuje

Platí pro