Constructor
new L3D.ExprFunction()
Create an ExprFunction with function pointer and required number of arguments.
Properties
A function pointer used for binding functions directly to a context rather than extending the ExprFunction class.
Required number of arguments for the function.
Methods
clone()
Clone this symbol.
eval()
Evaluate the function given the context and input arguments.