CsTCBLeftEndTangent Property |
The value of the tangent at the leftmost endpoint.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double LeftEndTangent { get; set; }
Public Overridable Property LeftEndTangent As Double
Get
Set
public:
virtual property double LeftEndTangent {
double get ();
void set (double value);
}
abstract LeftEndTangent : float with get, set
override LeftEndTangent : float with get, set
Property Value
Type:
Double
A
double containing the value of the tangent at the
leftmost endpoint.
Default: LeftEndTangent is zero.
See Also