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