DataColumnvop_Or_Rev(DataColumn, DataColumn) Method |
Applies a logical OR between another data column and this data column in reverse operand order.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic virtual bool vop_Or_Rev(
DataColumn a,
out DataColumn b
)
Parameters
- a DataColumn
- The left operand.
- b DataColumn
- The result of the operation.
Return Value
Booleantrue if successful; otherwise,
false.
See Also