CompoundUnitFirstUnit Property

Gets the first Unit of the CompoundUnit.

Definition

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
public virtual Unit? FirstUnit { get; protected set; }

Property Value

Unit

Exceptions

IncompatibleUnitExceptionThrown when an attempt is made to set FirstUnit to a Unit that does not match the unit type of FirstUnitAppliesTo.

See Also