TimeIntervalFinder.ConstraintValue Property |
Gets or sets the desired constraint value.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double ConstraintValue { get; set; }
Public Property ConstraintValue As Double
Get
Set
public:
property double ConstraintValue {
double get ();
void set (double value);
}
member ConstraintValue : float with get, set
Property Value
Type:
Double
See Also