NSequenceAddition(Int32, NSequence) Operator |
Adds a sequence to a scalar value.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+77a1ed58155f905ef6d88f42ae024582c7e1b4c3
Syntaxpublic static NSequence operator +(
int d,
NSequence s
)
Parameters
- d Int32
- Scalar operand.
- s NSequence
- Sequence operand.
Return Value
NSequenceThe component by component sum of the scalar and the sequence.
See Also