Click or drag to resize
math.nexttoward Method
Overload List
  NameDescription
Public methodStatic membernexttoward(Double, Double)
Gets the floating-point number that is next after fromNumber in the direction of towardNumber.
Public methodStatic membernexttoward(Single, Single)
Gets the floating-point number that is next after fromNumber in the direction of towardNumber.
Top
See Also