EKG_Project.Modules.TestModule3.TestModule3_Params.TestModule3_Params C# (CSharp) Method

TestModule3_Params() public method

public TestModule3_Params ( int scale, int step, string analysisName ) : System
scale int
step int
analysisName string
return System
        public TestModule3_Params(int scale, int step, string analysisName)
        {
            this.Scale = scale;
            this.Step = step;
            this.AnalysisName = analysisName;
        }
TestModule3_Params