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