Subtracts a real vector from a scalar.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Overloads Shared Function Subtract( _
ByVal alpha As Double, _
ByVal x As Vector _
) As Vector |
Parameters
- alpha
- A double representing the scalar from which to subtract the vector.
- x
- A Vector instance representing the vector to subtract from the scalar.
Return Value
A
Vector object representing the result of the subtraction.
Requirements
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7
See Also