Returns the dot product of two complex vectors.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Overloads Shared Function DotProduct( _
ByVal x As Vector, _
ByVal y As Vector _
) As Double |
Parameters
- x
- A Vector object representing the first complex vector.
- y
- A Vector object representing the second complex vector.
Return Value
A
double representing the dot product of the two vectors.
Exceptions
Requirements
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7
See Also