UIntPtr.INumberBase<UIntPtr>.IsSubnormal(UIntPtr) Metodo

Definizione

Determina se un valore è subnormal.

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

Parametri

value
UIntPtr

unativeint

Valore da controllare.

Restituisce

true se value è sottonormal; in caso contrario, false.

Implementazioni

Si applica a