Click or drag to resize

OperatableObjectvop_And_Rev Method

Tries to apply bitwise/logical AND with the specified left-hand operand.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual bool vop_And_Rev(
	Object a,
	out OperatableObject b
)

Parameters

a  Object
The left-hand operand.
b  OperatableObject
The operation result if the operation succeeds.

Return Value

Boolean
if the operation was applied; otherwise, .
See Also