Click or drag to resize

measureTrendTakerT Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.DataComplex.trends
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public measureTrendTaker(
	Func<T, double> __selector,
	string __name,
	string __unit,
	int __macroSampleSize,
	int __microSampleSize = -1,
	int __spearSampleSize = -1,
	double __zeroMargin = -1
)
Request Example View Source

Parameters

__selector
Type: SystemFuncT, Double
__name
Type: SystemString
__unit
Type: SystemString
__macroSampleSize
Type: SystemInt32
__microSampleSize (Optional)
Type: SystemInt32
__spearSampleSize (Optional)
Type: SystemInt32
__zeroMargin (Optional)
Type: SystemDouble
See Also