Gets or sets the function that defines the lower bound in the secondary direction.
Namespace:
Extreme.Mathematics.Calculus
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Func<double, double> LowerBoundFunction { get; set; }
Public Property LowerBoundFunction As Func(Of Double, Double)
Get
Set
public:
property Func<double, double>^ LowerBoundFunction {
Func<double, double>^ get ();
void set (Func<double, double>^ value);
}
member LowerBoundFunction : Func<float, float> with get, set
Property Value
Type:
FuncDouble,
Double
Reference