ILNumerics.Net
CompileParameter Method

ILNumerics.Net - numeric computing and plotting for .NET

ILNumerics.AlgorithmsILAsyncAlgorithmCompileParameter()()()
ILNumerics.Net - numeric computing for .NET
assemble parameter object i.o. to overgive to thread worker
Declaration Syntax
C#Visual BasicVisual C++
protected abstract Object CompileParameter()
Protected MustOverride Function CompileParameter As Object
protected:
virtual Object^ CompileParameter() abstract
Return Value
parameter object
Remarks
This function must be implemented by algorithm class designers. It compiles all neccessary input parameter for the computation function. The output of this method will later be the only input parameter for the AlgorithmFunction on a seperate thread.

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