greaterOrEq
greaterOrEq
greaterOrEq(nodeOrValueA, nodeOrValueB);
Returns 1
if the value of the first node is greater or equal to the value of the second node. Otherwise returns 0
.
greaterOrEq
greaterOrEq(nodeOrValueA, nodeOrValueB);
Returns 1
if the value of the first node is greater or equal to the value of the second node. Otherwise returns 0
.