Represents a user defined function that can be executed by the interpreter.
| C# | Visual Basic | Visual C++ | J# | JavaScript |
public class InterpretedFunction
Public Class InterpretedFunction
public ref class InterpretedFunction
public class InterpretedFunction
csmic.InterpretedFunction = function(); Type.createClass( 'csmic.InterpretedFunction');
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| InterpretedFunction(String, MacroOperation, array<String>[]()[]) |
Creates a new interpreted function.
| |
| Compute(array<Decimal>[]()[]) |
Computes the value of the function.
| |
| Equals(Object) |
Because a function's internal pattern may be different, we must manually check to see if the function
names are the same.
(Overrides Object.Equals(Object).) | |
| Name |
Gets the name of the function.
| |
| NumExpectedArguments |
Gets the number of expected arguments for the function.
|
| Object | |
| InterpretedFunction | |