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

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

Go to download

The JCAMP-DX project is the reference implemention of the IUPAC JCAMP-DX spectroscopy data standard.

The newest version!
package org.jcamp.math;

/**
 * interface for data that is bounded by an interval
 * 
 * @author Thomas Weber
 */
public interface IInterval {
  
  /**
   * return interval range
   * @return Range.Double
   */
  public Range.Double getRange();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy