Click or drag to resize

IntervalTInflateDown Property

Gets a function that inflates a value towards negative infinity (used to ensure a conservative lower bound).

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static Func<T, T> InflateDown { get; }

Property Value

FuncT, T
See Also