Gets and sets the the mathematical function
for this ExprBinary.

C# | Visual Basic | Visual C++ |
public virtual ExprBinary.ExprBinary..::ExprBinaryOp Function{ get; set;}
Public Overridable Property Function As ExprBinary..::ExprBinaryOp
public: virtual property ExprBinary..::ExprBinaryOp^ Function { ExprBinary..::ExprBinaryOp^ get (); void set (ExprBinary..::ExprBinaryOp^ value); }

An object of type ExprBinary..::ExprBinaryOp that is
the function for this ExprBinary.

The mathematical functions are: ExprBinary.DIVIDE,
ExprBinary.LOG, ExprBinary.MINUS,
ExprBinary.MOD, ExprBinary.MULTIPLY,
ExprBinary.PLUS, ExprBinary.POWER,
ExprBinary.ROUND, and ExprBinary.TRUNC.