Click or drag to resize
CsTCBSetTension Method
Sets the tension values at the data points.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void SetTension(
	double[] tension
)

Parameters

tension
Type: SystemDouble
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