| Visual Basic (Declaration) | |
|---|---|
Public Overloads Shared Function Subtract( _ ByVal x As CVector, _ ByVal alpha As Complex _ ) As CVector | |
| Visual Basic (Usage) | |
|---|---|
Dim x As CVector Dim alpha As Complex Dim value As CVector value = CVector.Subtract(x, alpha) | |
Parameters
- x
- A CVector instance from which to subtract the scalar.
- alpha
- A complex representing the scalar to subtract from the vector.
Return Value
A CVector object representing the result of the subtraction.Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7