Пример #1
0
 public static float dot(float4 a, float4 b)
 {
     return a.Dot(b);
 }