public abstract class ReportingSimpleFloatVector extends SimpleFloatVector
| Constructor and Description |
|---|
ReportingSimpleFloatVector() |
ReportingSimpleFloatVector(String expression) |
| Modifier and Type | Method and Description |
|---|---|
ReportingSimpleFloatVector |
add(double value) |
ReportingSimpleFloatVector |
add(double coefficient,
Number factor)
Adds
coefficient * factor. |
ReportingSimpleFloatVector |
add(Number value) |
ReportingFloatValue |
get(int index) |
String |
getExpression() |
ReportingFloatValue |
max() |
ReportingFloatValue |
median() |
protected abstract Report |
newReport() |
ReportingFloatValue |
sum() |
floatMax, floatMedian, floatSum, floatValue, sizepublic ReportingSimpleFloatVector()
public ReportingSimpleFloatVector(String expression)
protected abstract Report newReport()
public ReportingSimpleFloatVector add(double value)
add in class SimpleFloatVectorpublic ReportingSimpleFloatVector add(Number value)
add in class SimpleFloatVectorpublic ReportingSimpleFloatVector add(double coefficient, Number factor)
Vector
Adds coefficient * factor.
add in class SimpleFloatVectorpublic ReportingFloatValue get(int index)
get in class FloatVectorpublic ReportingFloatValue max()
max in class FloatVectorpublic ReportingFloatValue median()
median in class FloatVectorpublic ReportingFloatValue sum()
sum in class FloatVectorpublic String getExpression()
Copyright © 2018. All rights reserved.