Click or drag to resize

ChangeableRelativeUnitReferenceQuantity Property

The corresponding quantity that this unit encapsulates.

Namespace: Altaxo.Units
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public DimensionfulQuantity ReferenceQuantity { get; set; }

Property Value

DimensionfulQuantity
The reference quantity whose dimension defines the dimension of this relative unit.

Implements

IRelativeUnitReferenceQuantity
See Also