Condividi tramite


Funzione trunc (fast_math)

Tronca l'argomento alla parte intera

inline float trunc(
   float _X
) restrict(amp);

Parametri

  • _X
    Valore a virgola mobile

Valore restituito

Restituisce la parte intera dell'argomento

Requisiti

Intestazione: amp_math.h

Spazio dei nomi: Concurrency::fast_math

Vedere anche

Riferimenti

Spazio dei nomi Concurrency::fast_math