floor-Funktion
Berechnet den Tiefstwert des Arguments
inline float floor(
float _X
) restrict(amp);
inline double floor(
double _X
) restrict(amp);
Parameter
- _X
Gleitkommawert
Rückgabewert
Gibt dem Boden des Arguments zurück
Anforderungen
Header: amp_math.h
Namespace: Concurrency::precise_math