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

Definición

Determina si un valor es subnormal.

 static bool System.Numerics.INumberBase<System.UInt16>.IsSubnormal(System::UInt16 value) = System::Numerics::INumberBase<System::UInt16>::IsSubnormal;
static bool INumberBase<ushort>.IsSubnormal (ushort value);
static member System.Numerics.INumberBase<System.UInt16>.IsSubnormal : uint16 -> bool
 Shared Function IsSubnormal (value As UShort) As Boolean Implements INumberBase(Of UShort).IsSubnormal

Parámetros

value
UInt16

Valor que se va a comprobar.

Devoluciones

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

Implementaciones

Se aplica a