Click or drag to resize

VectorD4DDotProduct Method

Calculates the dot product of two vectors.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double DotProduct(
	VectorD4D a,
	VectorD4D b
)

Parameters

a  VectorD4D
The first vector.
b  VectorD4D
The second vector.

Return Value

Double
The dot product.
See Also