Click or drag to resize

ChangeableRelativePercentUnit Constructor

Initializes a new instance of the ChangeableRelativePercentUnit class.

Namespace: Altaxo.Units
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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