DoubleColumnvop_GreaterOrEqual(AltaxoVariant, DataColumn) Method |
Tests whether this data column is greater than or equal to a scalar value.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override bool vop_GreaterOrEqual(
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