SessionToFormattedFloat Method |
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string ToFormattedFloat(
double f
)
Public Function ToFormattedFloat (
f As Double
) As String
Parameters
- f
- Type: SystemDouble
The floating point number to format.
Return Value
Type:
StringThe formatted value as a string.
See Also