Click or drag to resize

IntervalTInflateUp Property

Gets a function that inflates a value towards positive infinity (used to ensure a conservative upper 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> InflateUp { get; }

Property Value

FuncT, T
See Also