public abstract class ReportingSimpleFloatVector extends SimpleFloatVector
| Constructor and Description |
|---|
ReportingSimpleFloatVector() |
ReportingSimpleFloatVector(String expression) |
| Modifier and Type | Method and Description |
|---|---|
ReportingSimpleFloatVector |
add(Number value) |
ReportingSimpleFloatVector |
add(Number coefficient,
Number factor)
Adds
coefficient * factor. |
ReportingSimpleFloatVector |
add(Value<? extends 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(Number value)
add in class SimpleFloatVectorpublic ReportingSimpleFloatVector add(Value<? extends Number> value)
add in class SimpleFloatVectorpublic ReportingSimpleFloatVector add(Number 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 © 2019. All rights reserved.