|
InfiniteLine2Intercept Property
|
Gets or sets point where the line intercepts the y-axis.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic double Intercept { get; set; }
Public Property Intercept As Double
Get
Set
public:
property double Intercept {
double get ();
void set (double value);
}
member Intercept : float with get, set
Property Value
Type:
Double
See Also