Click or drag to resize

UnitWithLimitedPrefixes Constructor

Initializes a new instance of the UnitWithLimitedPrefixes class

Namespace: Altaxo.Units
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public UnitWithLimitedPrefixes(
	IUnit unit,
	IEnumerable<SIPrefix> allowedPrefixes
)

Parameters

unit  IUnit

[Missing <param name="unit"/> documentation for "M:Altaxo.Units.UnitWithLimitedPrefixes.#ctor(Altaxo.Units.IUnit,System.Collections.Generic.IEnumerable{Altaxo.Units.SIPrefix})"]

allowedPrefixes  IEnumerableSIPrefix

[Missing <param name="allowedPrefixes"/> documentation for "M:Altaxo.Units.UnitWithLimitedPrefixes.#ctor(Altaxo.Units.IUnit,System.Collections.Generic.IEnumerable{Altaxo.Units.SIPrefix})"]

See Also