Freigeben über


fmod-Funktion (C++ AMP)

Berechnet den Gleitkommarest von _X/_Y

inline float fmod(
   float _X,
   float _Y
) restrict(amp);
inline double fmod(
   double _X,
   double _Y
) restrict(amp);

Parameter

  • _X
    Gleitkommawert

  • _Y
    Gleitkommawert

Rückgabewert

Gibt den Gleitkommarest von _X/_Y zurück

Anforderungen

Header: amp_math.h

Namespace: Concurrency::precise_math

Siehe auch

Referenz

Concurrency::precise_math-Namespace