public class CeilFunction extends Object implements Function
Math.ceil(double)
Constructor and Description |
---|
CeilFunction() |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptNumParam(int numParam)
Returns true only for 1 parameter, false otherwise.
|
double |
of(double[] d,
int numParam)
Returns the ceiling of the value at index location 0.
|
String |
toString() |
public double of(double[] d, int numParam)
public boolean acceptNumParam(int numParam)
acceptNumParam
in interface Function
Copyright © 2016. All rights reserved.