Click or drag to resize

functionBaseGetOutput Method (Double)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the output.

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

Parameters

alpha (Optional)
Type: SystemDouble
The alpha.

Return Value

Type: Double

Implements

IFunctionGeneratorGetOutput(Double)
See Also