Implements a function that is coded in the .Net environment.
| C# | Visual Basic | Visual C++ | J# | JavaScript |
public interface ICodedFunction
Public Interface ICodedFunction
public interface class ICodedFunction
public interface ICodedFunction
csmic.ICodedFunction = function(); csmic.ICodedFunction.createInterface('csmic.ICodedFunction');
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Execute(array<Decimal>[]()[]) |
Executes a code block that computes the value of the function.
| |
| FunctionName |
Gets the name of the function.
| |
| NumExpectedArguments |
Gets the number of expected arguments.
|
This interface is required to implement a method or function
that can be used by the CS-MIC inputInterpreter. It is worth noting that the
function's name will be the text that is used in the inputInterpreter as the
executable text.