Click or drag to resize

IOperatablevop_Addition Method

Attempts to add a to this instance.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
bool vop_Addition(
	Object a,
	out Object b
)

Parameters

a  Object
Right-hand operand.
b  Object
Result of the addition if supported.

Return Value

Boolean
true if operation is supported.
See Also