IAlgorithm Type

Define an algorithm.

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

Adapted to Altaxo (C) 2005 D.Lellinger.

Instance members

Instance member Description

this.BeginComputation

Full Usage: this.BeginComputation

Returns: IEvent<EventHandler, EventArgs>
Modifiers: abstract

Informs user that that computation has began.

Returns: IEvent<EventHandler, EventArgs>

this.Compute

Full Usage: this.Compute

Modifiers: abstract

Computes the algorithm.

this.EndComputation

Full Usage: this.EndComputation

Returns: IEvent<EventHandler, EventArgs>
Modifiers: abstract

Informs user that that computation has finished.

Returns: IEvent<EventHandler, EventArgs>