fmax – funkce (fast_math)
Určí maximální číselnou hodnotu argumentů
inline float max(
float _X,
float _Y
) restrict(amp);
Parametry
_X
Hodnota typu Integer_Y
Hodnota typu Integer
Vrácená hodnota
Vrátí maximální číselnou hodnotu argumentů
Požadavky
Hlavičkový soubor: amp_math.h
Obor názvů: Concurrency::fast_math