Click or drag to resize

PrefixedUnit(SIPrefix, IUnit) Constructor

Initializes a new instance of the PrefixedUnit struct.

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

Parameters

prefix  SIPrefix
The SI prefix.
unit  IUnit
The unit.
See Also