Java org.apache.commons.math4.geometry.euclidean.oned Interval fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math4.geometry.euclidean.oned Interval fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math4.geometry.euclidean.oned Interval.

The text is from its open source code.

Constructor

Method

LocationcheckPoint(final double point, final double tolerance)
Check a point with respect to the interval.
doublegetBarycenter()
Get the barycenter of the interval.
doublegetInf()
Get the lower bound of the interval.
doublegetSize()
Get the size of the interval.
doublegetSup()
Get the upper bound of the interval.