Package | Description |
---|---|
io.github.msdk.util |
Modifier and Type | Method and Description |
---|---|
static DataPointSorter.SortingDirection |
DataPointSorter.SortingDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataPointSorter.SortingDirection[] |
DataPointSorter.SortingDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
DataPointSorter.sortDataPoints(double[] mzBuffer,
float[] intensityBuffer,
int size,
DataPointSorter.SortingProperty prop,
DataPointSorter.SortingDirection dir)
Sort the given data points by m/z order
|
Copyright © 2019. All rights reserved.