Package | Description |
---|---|
dev.nm.misc.datastructure |
Modifier and Type | Method and Description |
---|---|
MathTable.Row |
MathTable.getRowOnOrAfter(double i)
Gets the row corresponding to a row index.
|
MathTable.Row |
MathTable.getRowOnOrBefore(double i)
Gets the row corresponding to a row index.
|
Modifier and Type | Method and Description |
---|---|
Iterator<MathTable.Row> |
MathTable.getRowsOnOrAfter(double i)
Gets the rows having the row index value equal to or just bigger than
i . |
Iterator<MathTable.Row> |
MathTable.getRowsOnOrBefore(double i)
Gets the rows having the row index value equal to or just smaller than
i . |
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.