Click or drag to resize

histogramModelBinvalues Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the values.

Namespace:  imbSCI.Core.math.range.histogram
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public List<double> values { get; set; }
Request Example View Source

Property Value

Type: ListDouble
The values.
See Also