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

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

package org.jcamp.math;

/**
 * interface for data that is bounded by an interval range.
 * 
 * @author Thomas Weber
 */
public interface IInterval1D
  extends IInterval {
  
  public Range1D.Double getRange1D();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy