CVectorDivision(CVector, Complex) Operator |
Divides a complex vector by a complex value.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+6baf2f2fa1d256420275372aea03344dd79bdd55
Syntaxpublic static CVector operator /(
CVector v,
Complex c
)
Parameters
- v CVector
- Vector to be divided.
- c Complex
- A complex scalar divisor.
Return Value
CVectorThe division of the vector by the scalar.
See Also