Converts distance to its html representation.

Namespace:  PerpetuumSoft.Reporting.Export.Html
Assembly:  PerpetuumSoft.Reporting.Export.Html (in PerpetuumSoft.Reporting.Export.Html.dll) Version: 3.9.0.1

Syntax

C#
double ScaleValue(
	double value
)
Visual Basic (Declaration)
Function ScaleValue ( _
	value As Double _
) As Double
Visual C++
double ScaleValue(
	double value
)

Parameters

value
Type: System..::.Double

See Also