Click or drag to resize

pseudoFunction Constructor (Double)

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

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

Parameters

outputValue
Type: SystemDouble
The output value.
See Also