Click or drag to resize

functionArrayGetOutput Method (Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the output produced by contained functions.

Namespace:  imbSCI.Core.math.functions
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public override double GetOutput(
	int alpha
)
Request Example View Source

Parameters

alpha
Type: SystemInt32
The alpha input - used for as initial input and general alpha

Return Value

Type: Double
Summed result of returned outputs

Implements

IFunctionGeneratorGetOutput(Int32)
See Also