Dot Method
Returns the dot product of two vectors.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static double Dot(
Vector a,
Vector b
)
Public Shared Function Dot (
a As Vector,
b As Vector
) As Double
static member Dot :
a : Vector *
b : Vector -> float
Parameters
Return Value
Double
The dot product.