Click or drag to resize

CompoundUnitToString Method

Gets the String representation of this CompoundUnit.

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
C#
public override string ToString()

Return Value

String
A String containing the name of the Unit.
Remarks
The default implementation returns the NamePlural of FirstUnit and Name of SecondUnit.
See Also