fmod-Funktion (fast_math)
Berechnet den Gleitkommarest von _X/_Y
inline float fmod(
float _X,
float _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::fast_math