Click or drag to resize

QuantityWithUnitGuiEnvironment(IEnumerableIUnit) Constructor

Initializes a new instance of the QuantityWithUnitGuiEnvironment class.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public QuantityWithUnitGuiEnvironment(
	IEnumerable<IUnit>? fixedUnits
)

Parameters

fixedUnits  IEnumerableIUnit
The fixed units that are always available in this environment.
See Also