public class PiecewiseFunction extends Function
| Constructor and Description |
|---|
PiecewiseFunction(String name,
String argumentName) |
| Modifier and Type | Method and Description |
|---|---|
PiecewiseFunction |
add(String from,
String to,
String func) |
double |
call(FunctionCall call,
double arg)
Call the function.
|
addParameter, equals, getArgumentName, getName, getNthParameter, hashCode, parameterCount, parameters, toLogString, toStringpublic PiecewiseFunction add(String from, String to, String func)
public double call(FunctionCall call, double arg)
Copyright © 2013–2014. All rights reserved.