DSequenceAddition(Double, DSequence) Operator |
Adds a sequence to a scalar value.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+e1037fa8802b3ff162e26559d763b73334940b70
Syntaxpublic static DSequence operator +(
double d,
DSequence s
)
Parameters
- d Double
- Scalar operand.
- s DSequence
- Sequence operand.
Return Value
DSequenceThe component by component sum of the scalar and the sequence.
See Also