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