Vector4DotProduct method

double Vector4DotProduct(
  1. Vector4StructType v1,
  2. Vector4StructType v2
)

Implementation

double Vector4DotProduct(Vector4StructType v1, Vector4StructType v2)
  => v1.dotProduct(v2);