MinimumMaximumAccessConstraintMaximumValue Property |
Gets or sets the maximum function value that is allowed for this constraint to be satisfied.
By default this is
PositiveInfinity.
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 MaximumValue { get; set; }
Public Property MaximumValue As Double
Get
Set
public:
property double MaximumValue {
double get ();
void set (double value);
}
member MaximumValue : float with get, set
Property Value
Type:
DoubleSee Also