| Visual Basic (Declaration) | |
|---|---|
Public Overloads Shared Function Divide( _ ByVal alpha As Complex, _ ByVal x As CVector _ ) As CVector | |
| Visual Basic (Usage) | |
|---|---|
Dim alpha As Complex Dim x As CVector Dim value As CVector value = CVector.Divide(alpha, x) | |
Parameters
- alpha
- A complex representing the scalar on the left of the division operator.
- x
- A CVector object representing the vector on the right of the division operator.
Return Value
A CVector object representing the result of the scalar-vector division.Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7