OperatableObjectAddition(Object, OperatableObject) Operator |
Applies the binary addition operator with operands in reversed order.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static OperatableObject operator +(
Object c1,
OperatableObject c2
)
Parameters
- c1 Object
- The left-hand operand.
- c2 OperatableObject
- The right-hand operand.
Return Value
OperatableObjectThe result of the addition.
See Also