JCL Help:TExprVirtMachNodeFactory.Compare@TExprNode@TExprNode
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TExprVirtMachNodeFactory.Compare Method
[+] TExprVirtMachNodeFactory Methods
Search in JCL Help
Search in all projects
Summary
Performs a comparison.
Pascal
public function Compare(ALeft: TExprNode; ARight: TExprNode): TExprNode; override;
Parameters
Parameters | Description |
ALeft: TExprNode | Left side of comparison. |
ARight: TExprNode | Right side of comparison. |
Return Value
Returns a node that represents this comparison.
Description
Compare returns a node that evaluates to -1, 0, or 1 depending on whether ALeft is less than, equal to, or greater than ARight, respectively.
About
Donator
Barry Kelly
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page