public class Bounds extends Object
static Bounds
ZERO
Bounds(double constant)
Bounds(double min, double max, boolean bounded)
Bounds
add(Bounds bounds)
boolean
contains(double value)
double
getMax()
getMin()
isBounded()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final Bounds ZERO
public Bounds(double constant)
public Bounds(double min, double max, boolean bounded)
public double getMax()
public double getMin()
public boolean isBounded()
public boolean contains(double value)
public Bounds add(Bounds bounds)
public String toString()
toString
Object
Copyright © 2018. All rights reserved.