Returns the dot product of this vector with another
vector.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.SinglePrecision.Net40 (in Extreme.Numerics.SinglePrecision.Net40.dll) Version: 4.0.10170.0 (4.0.11003.0)
Syntax
| Visual Basic (Declaration) |
Public Overridable Function DotProduct ( _
vector As SingleVector _
) As Single
|
Return Value
The dot product of the two vectors.
Exceptions
See Also