IntegrationSettingsListener Property |
A handler that will be called with updates as an integral is evaluated.
Namespace:
Meta.Numerics.Analysis
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public Action<IntegrationResult> Listener { get; set; }
Public Property Listener As Action(Of IntegrationResult)
Get
Set
public:
property Action<IntegrationResult^>^ Listener {
Action<IntegrationResult^>^ get ();
void set (Action<IntegrationResult^>^ value);
}
member Listener : Action<IntegrationResult> with get, set
Property Value
Type:
ActionIntegrationResultSee Also