UInt16.INumberBase<UInt16>.IsPositive(UInt16) Método

Definição

Determina se um valor é positivo.

 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

Parâmetros

value
UInt16

O valor a ser verificado.

Retornos

true se value for positivo; caso contrário, false.

Implementações

Aplica-se a