CSharp_NoiseFloor.Process.Process C# (CSharp) Method

Process() public method

public Process ( int startf, int stopf, int step, double power ) : System
startf int
stopf int
step int
power double
return System
        public Process(int startf, int stopf, int step, double power)
        {
            this.startf = startf;
            this.stopf = stopf;
            this.stepf = step;

            this.power = power;
        }