Processes
Interface Region_1D


public interface Region_1D

Interface for a one dimensional region (subset of the real line). * * @author Michael J. Meyer


Method Summary
 boolean isMember(double x)
          The number x is either in the region or not.
 

Method Detail

isMember

public boolean isMember(double x)
The number x is either in the region or not.