Click or drag to resize

OperatableObjectAddition(Object, OperatableObject) Operator

Applies the binary addition operator with operands in reversed order.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static OperatableObject operator +(
	Object c1,
	OperatableObject c2
)

Parameters

c1  Object
The left-hand operand.
c2  OperatableObject
The right-hand operand.

Return Value

OperatableObject
The result of the addition.
See Also