| NumberRounderRoundToEighth Method |
Rounds double to nearest .125
Namespace:
OpticianMathLibrary
Assembly:
OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static double RoundToEighth(
double value
)
Public Shared Function RoundToEighth (
value As Double
) As Double
public:
static double RoundToEighth(
double value
)
static member RoundToEighth :
value : float -> float
Parameters
- value
- Type: SystemDouble
value of type double
Return Value
Type:
DoubleNumber rounded to .125
See Also