YAMP.ComplexPlotValue.AddPoints C# (CSharp) Méthode

AddPoints() public méthode

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