Single.IsSubnormal(Single) Methode

Definitie

Bepaalt of de opgegeven waarde subnormaal is.

public:
 static bool IsSubnormal(float f) = System::Numerics::INumberBase<float>::IsSubnormal;
public:
 static bool IsSubnormal(float f);
public static bool IsSubnormal(float f);
static member IsSubnormal : single -> bool
Public Shared Function IsSubnormal (f As Single) As Boolean

Parameters

f
Single

Een drijvendekommagetal met één precisie.

Retouren

true indien f subnormaal; false anders.

Implementeringen

Opmerkingen

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

Van toepassing op