Função de nextafter
Determine o próximo valor representável, o tipo de função, após _X no cabeçalho de _Y
inline float nextafter( float _X, float _Y ) restrict(amp); inline double nextafter( double _X, double _Y ) restrict(amp);
Parâmetros
_X
Valor de ponto flutuante_Y
Valor de ponto flutuante
Valor de retorno
Retorna o valor representável seguir, o tipo de função, após _X no cabeçalho de _Y
Requisitos
Cabeçalho: amp_math.h
Namespace: Concurrency::precise_math