Condividi tramite


Double.IsSubnormal(Double) Metodo

Definizione

Determina se il valore specificato è sottonormaale.

public:
 static bool IsSubnormal(double d);
public:
 static bool IsSubnormal(double d) = System::Numerics::INumberBase<double>::IsSubnormal;
public static bool IsSubnormal (double d);
static member IsSubnormal : double -> bool
Public Shared Function IsSubnormal (d As Double) As Boolean

Parametri

d
Double

Numero a virgola mobile e precisione doppia.

Restituisce

true se il valore è sottonormaale; false in caso contrario.

Implementazioni

Commenti

In questo modo il valore non è NaN, non infinito, non normale e non zero.

Si applica a