Divides two complex vectors.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Overloads Shared Function Divide( _
ByVal x As CVector, _
ByVal y As CVector _
) As CVector |
Parameters
- x
- A CVector object representing the vector on the left of the division operator.
- y
- A CVector object representing the vector on the right of the division operator.
Return Value
A
CVector object representing the result of the vector-vector division.
Exceptions
Requirements
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7
See Also