Click or drag to resize

CSequenceAddition(Complex, CSequence) Operator

Adds a sequence to a scalar value.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+e1037fa8802b3ff162e26559d763b73334940b70
Syntax
C#
public static CSequence operator +(
	Complex d,
	CSequence s
)

Parameters

d  Complex
Scalar operand.
s  CSequence
Sequence operand.

Return Value

CSequence
The component by component sum of the scalar and the sequence.
See Also