YAMP.PlotValue.Copy C# (CSharp) Method

Copy() public method

Passes a reference (not a copy!) to the current object.
public Copy ( ) : Value
return Value
        public override Value Copy()
        {
            return this;
        }