Click or drag to resize

TextFormatterDiopterFormatterThreePlaces Method

Converts a double to a string formatted in standard dioptric form. Ex. +#.##, -#.##, +##.##, -##.##

Namespace:  OpticianMathLibrary
Assembly:  OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string DiopterFormatterThreePlaces(
	double doubleValue
)

Parameters

doubleValue
Type: SystemDouble
Value of type double

Return Value

Type: String
Standard diopter format to three decimal places
See Also