DoubleColumnvop_Greater(DataColumn, DataColumn) Method |
Tests whether this data column is greater than another data column.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override bool vop_Greater(
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