Uses of Class
org.mariuszgromada.math.mxparser.Function
Buy me a cup of coffee via donation
or support me purchasing the license via ORDER Page , or INFIMA online store
-
Uses of Function in org.mariuszgromada.math.mxparser
Modifier and TypeMethodDescriptionprotected Function
Function.clone()
clone methodFunction.cloneForThreadSafe()
Creates a completely independent 1-1 clone that can be safely used by a separate thread.Argument.getFunction
(int functionIndex) Gets function associated with the argument expression.Argument.getFunction
(String functionName) Gets function associated with the argument expression.Expression.getFunction
(int functionIndex) Gets function associated with the expression.Expression.getFunction
(String functionName) Gets function associated with the expression.Function.getFunction
(int functionIndex) Gets function associated with the function expression.Function.getFunction
(String functionName) Gets function associated with the function expression.Modifier and TypeMethodDescriptionvoid
Argument.addFunctions
(Function... functions) Adds functions (variadic parameters) to the argument expression definition.void
Expression.addFunctions
(Function... functions) Adds functions (variadic parameters) to the expression definition.void
Function.addFunctions
(Function... functions) Adds functions (variadic parameters) to the function expression definition.void
Argument.removeFunctions
(Function... functions) Removes first occurrences of the functions associated with the argument expression.void
Expression.removeFunctions
(Function... functions) Removes first occurrences of the functions associated with the expression.void
Function.removeFunctions
(Function... functions) Removes first occurrences of the functions associated with the function expression.