Special case of ChangeableRelativeUnit which represents 'percent of some quantity'.
Constructor | Description |
Full Usage:
ChangeableRelativePercentUnit(name, shortcut, valueForHundredPercent)
Parameters:
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.
|
|