[]
        
(Showing Draft Content)

FarPoint.CalcEngine.BinaryOperatorInfo.Evaluate

Evaluate Method

Evaluate(object, object)

Returns the result of the operator applied to the operands.

Declaration
public abstract object Evaluate(object arg0, object arg1)
Public MustOverride Function Evaluate(arg0 As Object, arg1 As Object) As Object
Parameters
Type Name Description
object arg0

Operand on the left side of the operator

object arg1

Operand on the right side of the operator

Returns
Type Description
object

Result of the operator applied to the operands