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