Condividi tramite


Funzione fmax (fast_math)

Determina il massimo valore numerico tra gli argomenti.

inline float max(
   float _X,
   float _Y
) restrict(amp);

Parametri

  • _X
    Valore integer

  • _Y
    Valore integer

Valore restituito

Restituisce il massimo valore numerico tra gli argomenti.

Requisiti

Intestazione: amp_math.h

Spazio dei nomi: Concurrency::fast_math

Vedere anche

Riferimenti

Spazio dei nomi Concurrency::fast_math