Click or drag to resize

VectorDot Method

Calculate the dot product of two vectors

Namespace:  DHI.Mike1D.Generic.Spatial.Geometry
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public double Dot(
	Vector vector
)

Parameters

vector
Type: DHI.Mike1D.Generic.Spatial.GeometryVector

Return Value

Type: Double
See Also