ucar.ma2
Class MAMath.ScaleOffset
java.lang.Object
ucar.ma2.MAMath.ScaleOffset
- Enclosing class:
- MAMath
public static class MAMath.ScaleOffset
- extends Object
Holds a scale and offset.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
scale
public double scale
offset
public double offset
isUnsigned
public boolean isUnsigned
MAMath.ScaleOffset
public MAMath.ScaleOffset(double scale,
double offset)
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.