Click or drag to resize
Accord.NET (logo)

HistogramMultiply Method (Int32)

Multiplies one histogram from the other, storing results in a new histogram, without changing the current instance.

Namespace:  Accord.Statistics.Visualizations
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public Histogram Multiply(
	int[] histogram
)
Request Example View Source

Parameters

histogram
Type: SystemInt32
The histogram whose bin values will be multiplied.

Return Value

Type: Histogram
A new Histogram containing the result of this operation.
See Also