ILNumerics.Net
AlgorithmFunction Method (parameter)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumerics.AlgorithmsILAsyncAlgorithmAlgorithmFunction(Object)
ILNumerics.Net - numeric computing for .NET
this function serves as a placeholder for your derived class method wich does the actual computing
Declaration Syntax
C#Visual BasicVisual C++
protected abstract Object AlgorithmFunction(
	Object parameter
)
Protected MustOverride Function AlgorithmFunction ( _
	parameter As Object _
) As Object
protected:
virtual Object^ AlgorithmFunction(
	Object^ parameter
) abstract
Parameters
parameter (Object)
Remarks
Algorithm class designer must implement their algorithms in this function. Make sure, to frequently check the CancelPending member of the base class, to determine if a cancellation was requested.

This method will be called in the context of the algorithm worker thread.

Assembly: ILNumerics.Net (Module: ILNumerics.Net) Version: 1.4.1.1 (0.10.2.0)