Gets the lower bound of the interval.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public T LowerBound { get; }
|
| Visual Basic (Declaration) |
Public ReadOnly Property LowerBound As T
Get
|
| Visual C++ |
public:
property T LowerBound {
T get ();
}
|
| F# |
member LowerBound : 'T
|
Field Value
The lower bound of the interval.
See Also