Click or drag to resize

IOperatablevop_Or Method

Attempts bitwise OR with a.

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

Parameters

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

Return Value

Boolean
true if operation is supported.
See Also