Double.IsSubnormal(Double) Methode

Definitie

Bepaalt of de opgegeven waarde subnormaal is.

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

Parameters

d
Double

Een drijvendekommagetal met dubbele precisie.

Retouren

true als de waarde subnormaal is; false Anders.

Implementeringen

Opmerkingen

Dit controleert effectief of de waarde niet NaN is, niet oneindig, niet normaal en niet nul.

Van toepassing op