Returns a new column with the given name and same size as this
column, whose values are the result of applying the given unary
function to each element of this column.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public DFDateTimeColumn Apply( string name, NMathFunctions..::.DateTimeUnaryFunction function ) |
| Visual Basic (Declaration) |
|---|
Public Function Apply ( _ name As String, _ function As NMathFunctions..::.DateTimeUnaryFunction _ ) As DFDateTimeColumn |
| Visual C++ |
|---|
public: DFDateTimeColumn^ Apply( String^ name, NMathFunctions..::.DateTimeUnaryFunction^ function ) |
Parameters
- name
- Type: System..::.String
Name for the new column.
- function
- Type: CenterSpace.NMath.Core..::.NMathFunctions..::.DateTimeUnaryFunction
A delegate object representing a function that takes a single DateTime parameter and returns a DateTime.