YAMP.ComplexPlotValue.AddPoints C# (CSharp) Method

AddPoints() public method

A complex plot cannot have any points assigned. You have to assign a function instead.
public AddPoints ( MatrixValue m ) : void
m MatrixValue Useless.
return void
        public override void AddPoints(MatrixValue m)
        {
            //Leave empty
        }