|
HistogramSubtract Method (Int32)
|
Subtracts a value to each histogram bin.
Namespace:
Accord.Statistics.Visualizations
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public Histogram Subtract(
int value
)
Public Function Subtract (
value As Integer
) As Histogram
Request Example
View SourceParameters
- value
- Type: SystemInt32
The value to be subtracted.
Return Value
Type:
HistogramA new
Histogram containing the result of this operation.
See Also