Constructor and Description |
---|
MaxFunction() |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptNumParam(int numParam)
Returns true for 0 or more parameters, false otherwise.
|
double |
of(double[] d,
int numParam)
Returns the maximum value of the specified inputs.
|
String |
toString() |
public double of(double[] d, int numParam)
public boolean acceptNumParam(int numParam)
acceptNumParam
in interface Function
Copyright © 2024. All rights reserved.