| Visual Basic (Declaration) | |
|---|---|
Overloads Public Operator /( _ ByVal A As Matrix, _ ByVal alpha As Double _ ) As Matrix | |
Parameters
- A
- A Matrix instance on the left side of the division operator.
- alpha
- A double on the right side of the division operator.
Return Value
A Matrix 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