Click or drag to resize

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
)

Parameters

value
Type: SystemDouble
value of type double

Return Value

Type: Double
Number rounded to .125
See Also