INumberBase<TSelf>.IsSubnormal(TSelf) Metodo

Definizione

Determina se un valore è subnormal.

public:
 static bool IsSubnormal(TSelf value);
public static abstract bool IsSubnormal (TSelf value);
static member IsSubnormal : 'Self -> bool
Public Shared Function IsSubnormal (value As TSelf) As Boolean

Parametri

value
TSelf

Valore da controllare.

Restituisce

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

Si applica a