DelegateBasedInequalityConstraintCallback Property |
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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:
DelegateBasedInequalityConstraintCallbackSee Also