A Sandcastle Documented Class Library
ICodedFunction Interface
NamespacescsmicICodedFunction
CS-MIC - C# Math Input Control
Implements a function that is coded in the .Net environment.
Declaration Syntax
C#Visual BasicVisual C++J#JavaScript
public interface ICodedFunction
Public Interface ICodedFunction
public interface class ICodedFunction
public interface ICodedFunction
csmic.ICodedFunction = function();
csmic.ICodedFunction.createInterface('csmic.ICodedFunction');
Members
All MembersMethodsProperties



IconMemberDescription
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.

Remarks
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.

Assembly: csmic (Module: csmic) Version: 1.0.0.0 (1.0.0.0)