| 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
)
Public Shared Function DiopterFormatterThreePlaces (
doubleValue As Double
) As String
public:
static String^ DiopterFormatterThreePlaces(
double doubleValue
)
static member DiopterFormatterThreePlaces :
doubleValue : float -> string
Parameters
- doubleValue
- Type: SystemDouble
Value of type double
Return Value
Type:
StringStandard diopter format to three decimal places
See Also