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