YAMP.UnaryOperator.Perform C# (CSharp) Method

Perform() public method

Performs the operation with the evaluated value.
public Perform ( Value value ) : Value
value Value The value to operate with.
return Value
        public virtual Value Perform(Value value)
        {
            return value;
        }