Click or drag to resize

numericSampleStatisticsAdd Method (Int32, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the specified value in sample.

Namespace:  imbSCI.DataComplex.special
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public void Add(
	int valueInSample,
	string originHash = ""
)
Request Example View Source

Parameters

valueInSample
Type: SystemInt32
The value in sample.
originHash (Optional)
Type: SystemString
The origin hash.
Exceptions
ExceptionCondition
[!:aceCommonTypes.core.exceptions.dataException]The origin already have value into this sample statistics - null - Bad application - origin exists
See Also