
org.jcamp.math.IOrderedArray1D Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jcamp-dx Show documentation
Show all versions of jcamp-dx Show documentation
The JCAMP-DX project is the reference implemention of the IUPAC JCAMP-DX spectroscopy data standard.
package org.jcamp.math;
/**
* real interval with monotone ordered discrete points.
* allows assignment of a single discrete point/index to a position within the interval.
* @author Thomas Weber
*/
public interface IOrderedArray1D extends IArray1D {
int indexAt(double p);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy