ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearChannelStatistics Structure / Average Property




In This Topic
Average Property
In This Topic
Gets or sets average value of the image channel.
Syntax
'Declaration
 
Public Property Average As Double
 
'Usage
 
Dim instance As ImGearChannelStatistics
Dim value As Double
 
instance.Average = value
 
value = instance.Average

Property Value

Any double value.
See Also