Inner Drive Extensible Architecture™—the IDEA™

CompoundUnit Class

Represents an abstract unit of measurement that comprises two other distinct units.

For a list of all members of this type, see CompoundUnit Members.

System.Object
   Unit
      CompoundUnit
         DistanceOverTime
         ForceOverArea

public class CompoundUnit : Unit, IEquatable<T>

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class is intended to solve the problem of how to represent units that are, in fact, collections of other units. For example, Pressure is measured in force (Mass) over Area, and either of the two constituents could easily vary independently of the other.

Requirements

Namespace: InnerDrive.Quantitative

Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll)

See Also

CompoundUnit Members | InnerDrive.Quantitative Namespace