Single.IsNormal(Single) Methode

Definitie

Bepaalt of de opgegeven waarde normaal is.

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

Parameters

f
Single

Een drijvendekommagetal met één precisie.

Retouren

true indien f normaal, false anders.

Implementeringen

Opmerkingen

Hiermee wordt gecontroleerd of de waarde niet NaN is, niet oneindig, niet subnormaal en niet nul.

Van toepassing op