MinimumMaximumAccessConstraintMinimumValue Property |
Gets or sets the minimum function value that is required for this constraint to be satisfied.
By default, this is
NegativeInfinity.
Namespace:
AGI.Foundation.Access
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double MinimumValue { get; set; }
Public Property MinimumValue As Double
Get
Set
public:
property double MinimumValue {
double get ();
void set (double value);
}
member MinimumValue : float with get, set
Property Value
Type:
DoubleSee Also