Format value in this unit for specified prefix


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

Syntax

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

Parameters

pf
prefix to use
f
value to format

Return Value

formatted string

See Also