Click or drag to resize

DataColumnvop_True Method

Evaluates whether this column should be treated as logically true.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual bool vop_True(
	out bool b
)

Parameters

b  Boolean
The Boolean result.

Return Value

Boolean
true if evaluation is supported; otherwise, false.
See Also