Click or drag to resize

noiseFunctionGetOutput Method (Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets random value within outputRange. Alpha input is ignored

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 alpha.

Return Value

Type: Double

Implements

IFunctionGeneratorGetOutput(Int32)
See Also