Format a value using the currently active prefix of this axis


Namespace: PalmSens.Plot
Assembly: PalmSens.Plot (in PalmSens.Plot.dll)

Syntax

Visual Basic (Declaration)
Public Function Format( _ 
   ByVal f As Double _ 
) As String
C#
public string Format(
   double f
)
C++
public:
 String Format(
   double f
) sealed 
J#
public string Format(
   double f
)
JScript
public  function Format(
   f : double
) : String

Parameters

f
value to format

Return Value

formatted string

See Also