All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jcamp.math.IInterval2D Maven / Gradle / Ivy

package org.jcamp.math;

/**
 * interface for data arrays that are bounded by an interval.
 * 
 * @author Thomas Weber
 */
public interface IInterval2D
  extends IInterval {
  
  public Range2D.Double getRange2D();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy