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
        }