Added javadoc
This commit is contained in:
parent
bb174070db
commit
2decb59078
@ -104,6 +104,12 @@ public class OHLCData {
|
|||||||
return minmax;
|
return minmax;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get minimum an maximum from volume
|
||||||
|
* @param first
|
||||||
|
* @param last
|
||||||
|
* @return MinMax found
|
||||||
|
*/
|
||||||
public MinMax getVolMinMax(int first, int last) {
|
public MinMax getVolMinMax(int first, int last) {
|
||||||
|
|
||||||
if (first >= data.size()) {
|
if (first >= data.size()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user