Class
TMtxExpression
Declaration
Function DefineVector(const AVarName: string): TVectorValue;
Description
DefineVector defines new vector variable. If variable with name AVarName already was definded, it is redefined and all expressions which contain the symbol AVarName will be recompiled before the next evaluation. External vector may be assigned as values holder. If external vector is not assigned, internal vector will be used.
Declaration
Function DefineVector(const AVarName: string; vec: TVec): TVectorValue;
| Copyright 2008 Dew Research |
http://www.dewresearch.com