CSequenceDivision Operator |
Divides a sequence by a scalar value.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
Syntaxpublic static CSequence operator /(
CSequence s,
Complex d
)
Parameters
- s CSequence
- Sequence dividend.
- d Complex
- A scalar divisor.
Return Value
CSequenceThe quotient of the sequence and the scalar.
Implements
IDivisionOperatorsTSelf, TOther, TResultDivision(TSelf, TOther)
See Also