public interface Scale
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Modifier and Type | Method and Description |
---|---|
double |
fromStandardUnit(double value)
Convert a value from an SI value to a value in the unit that uses this scale.
|
boolean |
isBaseSIScale()
Return whether this is a base (SI) scale.
|
double |
toStandardUnit(double value)
Convert a value to an SI value using this scale.
|
double toStandardUnit(double value)
value
- double; the value to convertdouble fromStandardUnit(double value)
value
- double; the value to convertboolean isBaseSIScale()
Copyright © 2015–2019 Delft University of Technology. All rights reserved.