Click or drag to resize

IAlgorithm Interface

Define an algorithm.

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

The IAlgorithm type exposes the following members.

Methods
 NameDescription
Public methodComputeComputes the algorithm.
Top
Events
 NameDescription
Public eventBeginComputationInforms user that that computation has began.
Public eventEndComputationInforms user that that computation has finished.
Top
Remarks

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

Adapted to Altaxo (C) 2005 D.Lellinger.

See Also