weiman.observableControls
Class Modulo

java.lang.Object
  extended by weiman.observableControls.Modulo

public class Modulo
extends java.lang.Object

Created by IntelliJ IDEA. User: Owner Date: Aug 28, 2006 Time: 2:06:10 PM


Constructor Summary
Modulo()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static double modulo(double arg)
           
static double modulo(double loVal, double hiVal, double arg)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Modulo

public Modulo()
Method Detail

modulo

public static double modulo(double arg)

modulo

public static double modulo(double loVal,
                            double hiVal,
                            double arg)

main

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