[]
        
(Showing Draft Content)

FarPoint.CalcEngine.UnaryOperatorInfo.Evaluate

Evaluate Method

Evaluate(object)

Returns the result of the operator applied to the operand.

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

Operand for the operator evaluation

Returns
Type Description
object

Result of the operator applied to the operand