Sets the tension values at the data points.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void SetTension(
double[] tension
)
Public Overridable Sub SetTension (
tension As Double()
)
public:
virtual void SetTension(
array<double>^ tension
)
abstract SetTension :
tension : float[] -> unit
override SetTension :
tension : float[] -> unit
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