| TextFormatterMMFormatter Method |
Appends the string "mm" to a double input.
Namespace:
OpticianMathLibrary
Assembly:
OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static string MMFormatter(
double distance
)
Public Shared Function MMFormatter (
distance As Double
) As String
public:
static String^ MMFormatter(
double distance
)
static member MMFormatter :
distance : float -> string
Parameters
- distance
- Type: SystemDouble
Distance value
Return Value
Type:
StringApphends "mm" to as a string
See Also