org.epics.pvmanager
Interface ExpressionLanguage.TwoArgFunction<R,A1,A2>
- Type Parameters:
R
- result typeA1
- first argument typeA2
- second argument type
- Enclosing class:
- ExpressionLanguage
public static interface ExpressionLanguage.TwoArgFunction<R,A1,A2>
A user provided double argument function.
Method Summary |
R |
calculate(A1 arg1,
A2 arg2)
Calculates the new value. |
calculate
R calculate(A1 arg1,
A2 arg2)
- Calculates the new value.
- Parameters:
arg1
- first argumentarg2
- second argument
- Returns:
- result