Click or drag to resize

DFGenericColumnTransform(FuncObject) 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 DFGenericColumn Transform(
	Func<Object> function
)

Parameters

function  FuncObject
A delegate object representing a function that takes no parameters and returns an object.

Return Value

DFGenericColumn
A reference to self.
See Also