Sets the tension values at the data points.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual void SetTension(
	double[] tension
)
Visual Basic (Declaration)
Public Overridable Sub SetTension ( _
	tension As Double() _
)
Visual C++
public:
virtual void SetTension(
	array<double>^ tension
)

Parameters

tension
Type: array< System..::.Double >[]()[]
A double array of length xData.Length which contains tension values in the interval [-1,1]. For each point, if the tension value is near +1, the curve is tightened at that point. If it is near -1, the curve is slack.

Default: All values of tension are zero.

See Also