DataColumnvop_True Method |
Evaluates whether this column should be treated as logically true.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic virtual bool vop_True(
out bool b
)
Parameters
- b Boolean
- The Boolean result.
Return Value
Booleantrue if evaluation is supported; otherwise,
false.
See Also