Click or drag to resize

CompoundUnitSecondUnit Property

Gets the second Unit of the CompoundUnit.

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

Property Value

Unit
Exceptions
ExceptionCondition
IncompatibleUnitExceptionThrown when an attempt is made to set SecondUnit to a Unit that does not match the unit type of SecondUnitAppliesTo.
See Also