Click or drag to resize

DelegateBasedInequalityConstraint.Callback Property

Gets or sets the delegate that computes the value from the SegmentResults to compare against the BoundValue.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public DelegateBasedInequalityConstraintCallback Callback { get; set; }

Property Value

Type: DelegateBasedInequalityConstraintCallback
See Also