Point.Dot Method
Calculates the dot product also known as the scalar product.
Thread safety: This method is thread-safe.
Dot(Point point)
Returns the dot product of the current Point and the specified Point.Syntax
public System.Double Dot (
Point point
)
Parameters
point
Type: Point
The point to calculate the dot product with.
The point to calculate the dot product with.
Return Value
Type: System.Double
The dot product of the current point and point.
The dot product of the current point and point.
Remarks
The dot product is also known as the scalar product.
Platforms
Windows, Linux, Android