Click or drag to resize

sineFunctionGetOutput Method (Double)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Producing output from decimal phase position (0 is 0 degree, 0.5 is 180 degree... 1.0 is 360)

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
The alpha: number of full cycles. e.g. 0.25 is 90 degree

Return Value

Type: Double

Implements

IFunctionGeneratorGetOutput(Double)
See Also