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

org.jcamp.spectrum.IEquidistant 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.spectrum;

import org.jcamp.math.LinearGrid1D;

/**
 * data that is equidistant.
 * 
 * @author Thomas Weber
 */
public interface IEquidistant {
  LinearGrid1D getDataGrid();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy