|
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
)
Public Function Multiply (
histogram As Integer()
) As Histogram
Request Example
View SourceParameters
- histogram
- Type: SystemInt32
The histogram whose bin values will be multiplied.
Return Value
Type:
HistogramA new
Histogram containing the result of this operation.
See Also