ucar.nc2.util
Class Misc

java.lang.Object
  extended by ucar.nc2.util.Misc

public class Misc
extends java.lang.Object

Class Description.

Version:
$Revision$ $Date$
Author:
caron

Constructor Summary
Misc()
           
 
Method Summary
static boolean closeEnough(double v1, double v2)
           
static boolean closeEnough(double v1, double v2, double tol)
           
static boolean closeEnough(float v1, float v2)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Misc

public Misc()
Method Detail

closeEnough

public static boolean closeEnough(double v1,
                                  double v2,
                                  double tol)

closeEnough

public static boolean closeEnough(double v1,
                                  double v2)

closeEnough

public static boolean closeEnough(float v1,
                                  float v2)

main

public static void main(java.lang.String[] args)