numopΒΆ

class numop

A numerical operator

Members

Constructors:

numop result create ( string operator , any rhs ) Create a numop

Methods:

string lhs getlhs ( ) Get the left-hand side operand
string result getoperator ( ) Get the operator
string rhs getrhs ( ) Get the right-hand side operand

Documentation

string lhs getlhs ( )

Get the left-hand side operand

Return:

  • lhs


string result getoperator ( )

Get the operator

Return:

  • result


string rhs getrhs ( )

Get the right-hand side operand

Return:

  • rhs