Click or drag to resize

NumberRounderRoundToQuarter Method

Rounds double to nearest .25

Namespace:  OpticianMathLibrary
Assembly:  OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static double RoundToQuarter(
	double value
)

Parameters

value
Type: SystemDouble
value of type double

Return Value

Type: Double
Number rounded to .25
See Also