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

Definición

Determina si un valor es subnormal.

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

Parámetros

value
IntPtr

nativeint

Valor que se va a comprobar.

Devoluciones

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

Implementaciones

Se aplica a