Click or drag to resize

IAlgorithm Interface

Defines an algorithm that can be computed and notifies about the begin/end of the computation.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public interface IAlgorithm

The IAlgorithm type exposes the following members.

Methods
 NameDescription
Public methodCompute Computes the algorithm.
Top
Events
 NameDescription
Public eventBeginComputation Informs the user that the computation has begun.
Public eventEndComputation Informs the user that the computation has finished.
Top
Remarks

Copyright (c) 2003-2004, dnAnalytics Project. All rights reserved.

Adapted to Altaxo (C) 2005 D.Lellinger.

See Also