The value of the tangent at the rightmost endpoint.

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

Syntax

C#
public virtual double RightEndTangent { get; set; }
Visual Basic (Declaration)
Public Overridable Property RightEndTangent As Double
Visual C++
public:
virtual property double RightEndTangent {
	double get ();
	void set (double value);
}

Field Value

A double containing the value of the tangent at the rightmost endpoint.

Default: RightEndTangent is zero.

See Also