Пример #1
0
 public static Vector <T> SquareRoot <T>(Vector <T> value) where T : struct
 {
     return(Vector <T> .SquareRoot(value));
 }