/// Constructor public Frame(string name, string[] names, string summary, float[] defaults, Qbase qbasefn, Qlocal qlocalfn, Q qfn) { this.name = name; this.names = names; this.summary = summary; this.defaults = defaults; this.qbasefn = qbasefn; this.qlocalfn = qlocalfn; this.qfn = qfn; }
// Constructor public Frame(string name, string[] names, string summary, float[] defaults, Qbase qbasefn, Qlocal qlocalfn, Q qfn) { this.name = name; this.names = names; this.summary = summary; this.defaults = defaults; this.qbasefn = qbasefn; this.qlocalfn = qlocalfn; this.qfn = qfn; }