public final class Unit extends Object
| Constructor and Description |
|---|
Unit(String name,
double factor,
double offset) |
| Modifier and Type | Method and Description |
|---|---|
double |
getFactor()
The multiplication factor for the data.
|
String |
getName()
The name of the unit.
|
double |
getOffset()
The offset constant for the data.
|
public Unit(String name, double factor, double offset)
public String getName()
public double getFactor()
public double getOffset()
Copyright © 2015. All rights reserved.