PronySeriesRelaxationResultGetTimeDomainYOfTime Method |
Gets (in the time domain) the y-value in dependence on x.
Namespace: Altaxo.Science.SignalsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double GetTimeDomainYOfTime(
double t
)
Parameters
- t Double
- The x-value (time).
Return Value
DoubleThe y-value in the time domain at time x.
See Also