Click or drag to resize

DFStringColumnTransform(FuncString) 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 DFStringColumn Transform(
	Func<string> function
)

Parameters

function  FuncString
A delegate object representing a function that takes no parameters and returns a string.

Return Value

DFStringColumn
A reference to self.
See Also