The value of the tangent at the leftmost endpoint.

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

Syntax

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

Field Value

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

Default: LeftEndTangent is zero.

See Also