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: 25.2.423.0 (25.2.423.0)
Syntaxpublic 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:
Double
See Also