示例#1
0
 public static T To <T>(this IDistance current)
     where T : IDistance, new()
 {
     return(current.FactorConvert <T>());
 }