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

Definição

Determina se um valor é 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

O valor a ser verificado.

Retornos

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

Implementações

Aplica-se a