| Visual Basic (Usage) | |
|---|---|
Dim instance As Matrix Dim alpha As Double Dim value As Matrix value = instance.Times(alpha) | |
Parameters
- alpha
- A double by which to multiply the current matrix.
Return Value
A Matrix object that represents the result of the matrix-scalar multiplication.Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7