thismodule - Search - Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Search Results: thismodule

The Special Parameter thismodule - Maple Help
thismodule Calling Sequence Description Examples Calling Sequence thismodule Description Within the body of a module definition, the special parameter ...
module - Maple Help
module Overview of modules Calling Sequence Parameters Description Calling Sequence module() export eseq ; local lseq ; global gseq ; option optseq ...
Maple Help - Module Exports
The export clause in a module definition is used to "declare" one or more names that are to be made available to clients of the module once the module has been ...
Module Options - Maple Help
As with procedures, modules accept option declarations. An option is declared at the beginning of a module definition by the option declaration, ...
module - Maple Help
If a type specifier appears, then the module expr must export the given name with an assigned value of the given type. For instance, the type `module`( x :: ...
module index - Maple Help
... ModuleApply ModuleContextMenu ModuleCopy ModuleDeconstruct ModuleIterator ModuleLoad ModulePrint ModuleType named Object option package thismodule...
Description Strings - Maple Help
... thismodule; Objects; Multithreaded Programming; Names and Strings; Operations ... module/export · module/local · Procedures · Download Help Document · About Us.
Named Modules - Maple Help
... thismodule; Objects; Multithreaded Programming; Names and Strings; Operations ... In some circumstances, it may be necessary for module members to "know" what ...
Module Exports : ModuleApply - Maple Help
ModuleApply function to apply when calling a module as if it were a command Calling Sequence Description Examples Calling Sequence module() local ...
Module Exports : ModuleType - Maple Help
ModuleType refine the type checking when an object is used as a type Calling Sequence Description Examples Compatibility Calling Sequence module() export ...