Click or drag to resize
CsTCBSetContinuity Method
Sets the continuity values at the data points.

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

Parameters

continuity
Type: SystemDouble
A double array of length xData.Length which contains continuity values in the interval [-1,1]. For each point, if the continuity value is zero, the curve is C^1 at that point. Otherwise, the curve has a corner at that point, but is still continuous (C^0).

Default: All values of continuity are zero.

See Also