DataColumnvop_ShiftLeft(DataColumn, DataColumn) Method |
Shifts this data column left by the values of another data column.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic virtual bool vop_ShiftLeft(
DataColumn a,
out DataColumn b
)
Parameters
- a DataColumn
- The right operand.
- b DataColumn
- The result of the operation.
Return Value
Booleantrue if successful; otherwise,
false.
See Also