ucar.ma2
Class MAMath.ScaleOffset

java.lang.Object
  extended by ucar.ma2.MAMath.ScaleOffset
Enclosing class:
MAMath

public static class MAMath.ScaleOffset
extends Object

Holds a scale and offset.


Field Summary
 boolean isUnsigned
           
 double offset
           
 double scale
           
 
Constructor Summary
MAMath.ScaleOffset(double scale, double offset)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scale

public double scale

offset

public double offset

isUnsigned

public boolean isUnsigned
Constructor Detail

MAMath.ScaleOffset

public MAMath.ScaleOffset(double scale,
                          double offset)


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.