Gets or sets the lower bound of the integration region in the Y direction.
Namespace: Extreme.Mathematics.Calculus
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public double YLowerBound { get; set; }
|
| Visual Basic (Declaration) |
Public Property YLowerBound As Double
Get
Set
|
| Visual C++ |
public:
property double YLowerBound {
double get ();
void set (double value);
}
|
| F# |
member YLowerBound : float with get, set
|
See Also