_nextafter
Visual Studio 2008
Returns the next representable neighbor.
double _nextafter( double x, double y );
|
Routine |
Required header |
|---|---|
|
_nextafter |
<float.h> |
For more compatibility information, see Compatibility in the Introduction.
Libraries
All versions of the C run-time libraries.
Not applicable. To call the standard C function, use PInvoke. For more information, see Platform Invoke Examples.