You are here: Start » AVL.NET » Histogram Point Transforms

Histogram Point Transforms

Icon Name Description
AbsoluteHistogram Transforms each bin value to its absolute value.
AddToHistogram Increases each bin value by a number.
DivideHistogram Divides each bin value by a number.
MultiplyHistogram Multiplies each bin value by a number.
NegateHistogram Negates each bin value.
SubtractFromHistogram Decreases each bin value by a number.