Beispiel #1
0
 /// <summary>
 /// Returns the p-norm of this vector.
 /// </summary>
 public static double NormP(float2 v, double p) => v.NormP(p);