Ejemplo n.º 1
0
 public double[] GetChainByName(string chainName)
 {
     double[] rep = Chains.GetChainByName(chainName);
     return(rep);
 }