linearalgebra
Class Fraction

java.lang.Object
  extended by java.lang.Number
      extended by linearalgebra.Fraction
All Implemented Interfaces:
java.io.Serializable

public class Fraction
extends java.lang.Number

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
Fraction()
           
 
Method Summary
 double doubleValue()
           
 float floatValue()
           
 int intValue()
           
 long longValue()
           
 
Methods inherited from class java.lang.Number
byteValue, shortValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

Fraction

public Fraction()
Method Detail

doubleValue

public double doubleValue()
Specified by:
doubleValue in class java.lang.Number

floatValue

public float floatValue()
Specified by:
floatValue in class java.lang.Number

intValue

public int intValue()
Specified by:
intValue in class java.lang.Number

longValue

public long longValue()
Specified by:
longValue in class java.lang.Number