|  | DFGenericColumnTransform(FuncObject) Method | 
            Modifies the elements of this column by applying the given no-argument function to 
            each element.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DFGenericColumn Transform(
	Func<Object> function
)
Public Function Transform ( 
	function As Func(Of Object)
) As DFGenericColumn
public:
DFGenericColumn^ Transform(
	Func<Object^>^ function
)
member Transform : 
        function : Func<Object> -> DFGenericColumn Parameters
- function  FuncObject
- A delegate object representing a function that
            takes no parameters and returns an object.
Return Value
DFGenericColumnA reference to self.
 See Also
See Also