SByte.INumberBase<SByte>.IsSubnormal(SByte) Método

Definição

Determina se um valor é subnormal.

 static bool System.Numerics.INumberBase<System.SByte>.IsSubnormal(System::SByte value) = System::Numerics::INumberBase<System::SByte>::IsSubnormal;
static bool INumberBase<sbyte>.IsSubnormal (sbyte value);
static member System.Numerics.INumberBase<System.SByte>.IsSubnormal : sbyte -> bool
 Shared Function IsSubnormal (value As SByte) As Boolean Implements INumberBase(Of SByte).IsSubnormal

Parâmetros

value
SByte

O valor a ser verificado.

Retornos

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

Implementações

Aplica-se a