Click or drag to resize

extrapolation_tableappend_table Method

Append a new value to the extrapolation table.

Namespace: Altaxo.Calc.Integration
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public void append_table(
	double y
)

Parameters

y  Double
Value to append.
See Also