| Visual Basic (Declaration) | |
|---|---|
Overloads Public Operator /( _ ByVal x As Vector, _ ByVal alpha As Double _ ) As Vector | |
Parameters
- x
- A CVector object representing the vector on the left of the division operator.
- alpha
- A double representing the scalar on the right of the division operator.
Return Value
A CVector object representing the result of the vector-scalar division.Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7