Create new (adjusted) SI prefixed unit


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

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal s As String,  _ 
   ByVal q As String,  _ 
   ByVal a As String _ 
)
C#
public AdjustedSIPrefixUnit(
   string s,
   string q,
   string a
)
C++
public:
 AdjustedSIPrefixUnit(
   String s,
   String q,
   String a
) sealed 
J#
public AdjustedSIPrefixUnit(
   string s,
   string q,
   string a
)
JScript
public function AdjustedSIPrefixUnit(
   s : String,
   q : String,
   a : String
)

Parameters

s
description
q
quantity
a
abbreviation

See Also