Click or drag to resize

rampFunctionGetOutput Method (Double)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the output -- alpha should be 0-1, it is decimal phase position

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

Parameters

alpha (Optional)
Type: SystemDouble
Decimal phase position

Return Value

Type: Double

Implements

IFunctionGeneratorGetOutput(Double)
See Also