DataColumnvop_Lesser(DataColumn, DataColumn) Method |
Tests whether this data column is less than another data column.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic virtual bool vop_Lesser(
DataColumn a,
out DataColumn b
)
Parameters
- a DataColumn
- The right operand.
- b DataColumn
- The result of the comparison.
Return Value
Booleantrue if successful; otherwise,
false.
See Also