A Sandcastle Documented Class Library
csmic Namespace
Namespacescsmic
CS-MIC - C# Math Input Control
A library designed to give access to simple expression solving and scripting.
Declaration Syntax
C#Visual BasicVisual C++J#JavaScript
namespace csmic
Namespace csmic
namespace csmic
package csmic
Type.createNamespace('csmic');
Types
All TypesClassesInterfaces
IconTypeDescription
ICodedFunction
Implements a function that is coded in the .Net environment.

InputInterpreter
An interpreter object that reads user input and evaluates the code.

InterpretedFunction
Represents a user defined function that can be executed by the interpreter.

MacroBuilder
A builder object that executes macro scripts.