DoubleColumnvop_Lesser_Rev(AltaxoVariant, DataColumn) Method |
Tests whether a scalar value is less than this data column.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override bool vop_Lesser_Rev(
AltaxoVariant a,
out DataColumn b
)
Parameters
- a AltaxoVariant
- The scalar value.
- b DataColumn
- The result of the comparison.
Return Value
Booleantrue if successful; otherwise,
false.
See Also