Click or drag to resize

sequenceFunction Constructor (Double)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the sequenceFunction class.

Namespace:  imbSCI.Core.math.functions
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public sequenceFunction(
	double firstStep
)
Request Example View Source

Parameters

firstStep
Type: SystemDouble
The first step value, the step at index = 0
See Also