Y property
|
Top Previous Next |
Unit
Applies to
Declaration property Y : NUMBER ;
Description
Y property represents the Y variable used in the mathematical expression which was input to be evaluated. You can set the Y variable to a numeric value and call the Parse method (or Value property) to retrieve the new result of the expression. Y 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.
|