DelegateBasedInequalityConstraint.Callback Property |
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic DelegateBasedInequalityConstraintCallback Callback { get; set; }
Public Property Callback As DelegateBasedInequalityConstraintCallback
Get
Set
public:
property DelegateBasedInequalityConstraintCallback^ Callback {
DelegateBasedInequalityConstraintCallback^ get ();
void set (DelegateBasedInequalityConstraintCallback^ value);
}
member Callback : DelegateBasedInequalityConstraintCallback with get, set
Property Value
Type:
DelegateBasedInequalityConstraintCallback
See Also