A library designed to give access to simple expression solving and scripting.
| C# | Visual Basic | Visual C++ | J# | JavaScript |
namespace csmic
Namespace csmic
namespace csmic
package csmic
Type.createNamespace('csmic');| All Types | Classes | Interfaces |
| Icon | Type | Description |
|---|---|---|
| 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.
|