Test commands / Mathematical commands
Syntax
if (greaterv(vA,vB)) { .....
if (vA > vB) { .....
Description
Returns true if vA is greater than vB.
See also
greatern