GetMass(this cPointObj obj, string Name) { double[] M; M = default(double[]); var res = obj.GetMass(Name, ref M); return(M); }