Namespace: Rx.Net – Class: Vector4D – Assembly: Rx.Net

Vector4D.Dot Static Method

C#
public static double Dot(Vector4D vector1, Vector4D vector2)

Returns the dot product of two vectors.

Parameters

[Vector4D] vector1

The first vector.

[Vector4D] vector2

The second vector.

Returns

double

The dot product.