@Deprecated public interface IIndexedSpectrum
| Modifier and Type | Method and Description |
|---|---|
double |
getIntensity(int idx)
Deprecated.
|
double |
getMz(int idx)
Deprecated.
|
double[] |
getMzIntPair(int idx)
Deprecated.
Get one datapoint from the array
|
void |
setIntensity(int idx,
double intensity)
Deprecated.
|
void |
setMz(int idx,
double mz)
Deprecated.
|
void |
setMzIntPair(int idx,
double mz,
double intensity)
Deprecated.
|
double getMz(int idx)
double getIntensity(int idx)
void setMz(int idx,
double mz)
void setIntensity(int idx,
double intensity)
double[] getMzIntPair(int idx)
idx - void setMzIntPair(int idx,
double mz,
double intensity)
Copyright © 2017. All rights reserved.