nextafter 関数
_Y 方向での _X の後、関数の型で次に表示できる値を確認します
inline float nextafter(
float _X,
float _Y
) restrict(amp);
inline double nextafter(
double _X,
double _Y
) restrict(amp);
パラメーター
_X
浮動小数点値_Y
浮動小数点値
戻り値
_Y 方向での _X の後で、関数の型で次に表示できる値を返します
必要条件
ヘッダー: amp_math.h
名前空間: Concurrency::precise_math