Click or drag to resize

DFIntColumnTransform(FuncInt32) 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 DFIntColumn Transform(
	Func<int> function
)

Parameters

function  FuncInt32
A delegate object representing a function that takes no parameters and returns a int.

Return Value

DFIntColumn
A reference to self.
See Also