JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.alsUtility
Class Constants

java.lang.Object
  extended bygov.nasa.alsUtility.Constants

public class Constants
extends java.lang.Object


Field Summary
static double G
           
static double speedOfLightMetersPerSecond
           
 
Constructor Summary
Constants()
           
 
Method Summary
static double getWavelength(double frequency)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

speedOfLightMetersPerSecond

public static final double speedOfLightMetersPerSecond
See Also:
Constant Field Values

G

public static final double G
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()
Method Detail

getWavelength

public static double getWavelength(double frequency)
Returns:
m

JavaGenes, NASA Ames. Written largely by Al Globus