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