ChangeableRelativePercentUnit Constructor |
Namespace: Altaxo.UnitsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public ChangeableRelativePercentUnit(
string name,
string shortcut,
DimensionfulQuantity valueForHundredPercent
)
Parameters
- name String
- The full name of the unit (e.g. 'percent of page with').
- shortcut String
- The shortcut of the unit (e.g. %PW).
- valueForHundredPercent DimensionfulQuantity
- The quantity that corresponds to a value of hundred percent.
See Also