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

Definición

Determina si un valor es 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

Valor que se va a comprobar.

Devoluciones

true es si value es subnormal; en caso contrario, falsees .

Implementaciones

Se aplica a