A Sandcastle Documented Class Library
InterpretedFunction Class
NamespacescsmicInterpretedFunction
CS-MIC - C# Math Input Control
Represents a user defined function that can be executed by the interpreter.
Declaration Syntax
C#Visual BasicVisual C++J#JavaScript
public class InterpretedFunction
Public Class InterpretedFunction
public ref class InterpretedFunction
public class InterpretedFunction
csmic.InterpretedFunction = function();

Type.createClass(
	'csmic.InterpretedFunction');
Members
All MembersConstructorsMethodsProperties



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

Inheritance Hierarchy
Object
InterpretedFunction

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