All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edsac.datatypes.LongWord

java.lang.Object
   |
   +----edsac.datatypes.LongWord

public class LongWord
extends Object

Constructor Index

 o LongWord()
Constructor methods:
 o LongWord(Character)
 o LongWord(long)
 o LongWord(ShortWord)

Method Index

 o fractValue()
Return the value as a fraction -1 < x < 1
 o longValue()
Return the value in a long
 o toString()
Display information on the contents

Constructors

 o LongWord
 public LongWord()
Constructor methods:

 o LongWord
 public LongWord(long i)
 o LongWord
 public LongWord(Character i)
 o LongWord
 public LongWord(ShortWord i)

Methods

 o longValue
 public long longValue()
Return the value in a long

 o fractValue
 public double fractValue()
Return the value as a fraction -1 < x < 1

 o toString
 public String toString()
Display information on the contents

Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index