com.slurm.gf
Class Scaled

java.lang.Object
  |
  +--com.slurm.gf.Scaled

public class Scaled
extends java.lang.Object

Class to represent a scaled integer, i.e., a multiple of 2-16.


Constructor Summary
Scaled(int i)
          Creates a scaled integer based on the given four bytes.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Scaled

public Scaled(int i)
Creates a scaled integer based on the given four bytes.
Parameters:
i - the multiple of 2-16
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
a string representation of this scaled integer