Click or drag to resize

BezierCubicSplineGetYOfU Method

[Missing <summary> documentation for "M:Altaxo.Calc.Interpolation.BezierCubicSpline.GetYOfU(System.Double)"]


Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override double GetYOfU(
	double t
)

Parameters

t  Double

[Missing <param name="t"/> documentation for "M:Altaxo.Calc.Interpolation.BezierCubicSpline.GetYOfU(System.Double)"]

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.Interpolation.BezierCubicSpline.GetYOfU(System.Double)"]

Implements

IInterpolationCurveGetYOfU(Double)
See Also