fdimf, fonction
Calcule la différence positive entre les arguments.
inline float fdimf(
float _X,
float _Y
) restrict(amp);
Paramètres
_X
Valeur à virgule flottante_Y
Valeur à virgule flottante
Valeur de retour
Différence entre _X et _Y si _X est supérieur à _Y ; sinon, +0.
Configuration requise
En-tête : amp_math.h
Espace de noms : Concurrency::precise_math