Click or drag to resize

DFBoolColumnTransform(FuncBoolean) Method

Modifies the elements of this column by applying the given no-argument function to each element.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DFBoolColumn Transform(
	Func<bool> function
)

Parameters

function  FuncBoolean
A delegate object representing a function that takes no parameters and returns a bool.

Return Value

DFBoolColumn
A reference to self.
See Also