Click or drag to resize

functionArrayGetOutput Method (Double)

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(
	double alpha = 0
)
Request Example View Source

Parameters

alpha (Optional)
Type: SystemDouble
The alpha input - used for as initial input and general alpha

Return Value

Type: Double
Summed result of returned outputs

Implements

IFunctionGeneratorGetOutput(Double)
See Also