Click or drag to resize

sequenceFunctionGetOutput Method (Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns step value at specified index, alpha. See GetOutput(Double) for other remarks.

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 index of step to be returned

Return Value

Type: Double

Implements

IFunctionGeneratorGetOutput(Int32)
See Also