Click or drag to resize

PrefixedUnit(IUnit) Constructor

Initializes a new instance of the PrefixedUnit struct (with None as prefix).

Namespace: Altaxo.Units
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PrefixedUnit(
	IUnit unit
)

Parameters

unit  IUnit
The unit.
See Also