Deserialization constructor. Initializes a new instance of the
SIPrefix class. Do not use this constructor unless you don't find
the prefix in the list of known prefixes.
Namespace: Altaxo.UnitsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public SIPrefix(
string name,
string shortCut,
int exponent
)
Parameters
- name String
- The name of the prefix.
- shortCut String
- The short cut of the prefix.
- exponent Int32
- The exponent associated with the prefix.
See Also