UnitConverter : public class
Created: |
12/1/2005 4:46:13 PM |
Modified: |
1/3/2007 4:40:12 PM |
|
Project: |
|
Author: |
|
Version: |
1.0 |
Phase: |
1.0 |
Status: |
Proposed |
Complexity: |
Easy |
Advanced: |
|
UUID: |
{D44C61AE-0DC8-45d1-9F28-D21AF9244B76} |
Appears In: |
EngUnit |
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.
|
|