You are here: Start » AVL.NET » Invoke.SubtractFromHistogram
Decreases each bin value by a number.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void SubtractFromHistogram ( Avl.Histogram inHistogram, double inValue, Avl.Histogram outHistogram )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inHistogram | Avl.Histogram | Input histogram. | ||
![]()  | inValue | double | 2.0D | Input value. Default value: 2.0D. | |
![]()  | outHistogram | Avl.Histogram | Output histogram. | 


