X property
|
Top Previous Next |
Unit
Applies to
Declaration property X : NUMBER ;
Description
X property represents the X variable used in the mathematical expression which was input to be evaluated. You can set the X variable to a numeric value and call the Parse method (or Value property) to retrieve the new result of the expression. X variable is created by default for the convenience of the user. Additional variables can be added by using the CreateVar method. Variable names are case insensitive.
|