Freigeben über


isnormal-Funktion

Bestimmt, ob das Argument ein ist Normal

inline int isnormal(
   float _X
) restrict(amp);
inline int isnormal(
   double _X
) restrict(amp);

Parameter

  • _X
    Gleitkommawert

Rückgabewert

Gibt einen Wert ungleich 0 (null) zurück, wenn nur dann auf, wenn das Argument ein normaler Wert

Anforderungen

Header: amp_math.h

Namespace: Concurrency::precise_math

Siehe auch

Referenz

Concurrency::precise_math-Namespace