Click or drag to resize

measureTrend Constructor (IEnumerableDouble, String, String, Int32, Double, Int32, Int32)

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

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

Parameters

samples
Type: System.Collections.GenericIEnumerableDouble
The samples.
__name
Type: SystemString
The name.
__unit
Type: SystemString
The unit.
__macroSampleSize
Type: SystemInt32
Size of the macro sample.
__zeroMargin
Type: SystemDouble
The zero margin.
__microSampleSize (Optional)
Type: SystemInt32
Size of the micro sample.
__spearSampleSize (Optional)
Type: SystemInt32
Size of the spear sample.
See Also