Click or drag to resize

UnaryFunctionsIdentity Method

Creates the identity function f(x) = x.

Namespace: Altaxo.Calc.RootFinding
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static Func<double, double> Identity()

Return Value

FuncDouble, Double
A function that returns its input unchanged.
See Also