UnaryFunctionsIdentity Method |
Creates the identity function f(x) = x.
Namespace: Altaxo.Calc.RootFindingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static Func<double, double> Identity()
Return Value
FuncDouble,
DoubleA function that returns its input unchanged.
See Also