UnitConverter : public class
Created: 12/1/2005 4:46:13 PM
Modified: 1/3/2007 4:40:12 PM
Project:
Advanced:
To convert between units, a multiplication factor from reference plus an offset scalar is provided.

Y[eng units] = (X[ref units] * multiplier) + offset
Attribute Details
public double
  multiplier
Notes: The multpilication factor used in the unit conversion.
public double
  offset
Notes: The offset scalar used in the unit conversion.