greatern

Category

Test commands / Mathematical commands

Syntax

if (greatern(vA,B)) { .....

if (vA > B) {

Description

Returns true if vA is greater than B.

See also

greaterv