| Visual Basic (Declaration) | |
|---|---|
Public Overloads Shared Function Multiply( _ 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.Multiply(A, alpha) | |
Parameters
- A
- A CMatrix object that represents the matrix to be multiplied.
- alpha
- A complex structure that represents the scalar..
Return Value
A CMatrix object that represents the matrix - scalar product.Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7