YAMP.ComplexPlotValue.AddPoints C# (CSharp) Метод

AddPoints() публичный Метод

A complex plot cannot have any points assigned. You have to assign a function instead.
public AddPoints ( MatrixValue m ) : void
m MatrixValue Useless.
Результат void
        public override void AddPoints(MatrixValue m)
        {
            //Leave empty
        }