Click or drag to resize

PronySeriesRelaxationResultGetTimeDomainYOfTime Method

Gets (in the time domain) the y-value in dependence on x.

Namespace: Altaxo.Science.Signals
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double GetTimeDomainYOfTime(
	double t
)

Parameters

t  Double
The x-value (time).

Return Value

Double
The y-value in the time domain at time x.
See Also