ImageGear .NET v25.1 - Updated
Average Property




ImageGear.Core Assembly > ImageGear.Processing Namespace > ImGearChannelStatistics Structure : Average Property
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
public double Average {get; set;}
public: __property double get_Average();
public: __property void set_Average( 
   double value
);
public:
property double Average {
   double get();
   void set (    double value);
}

Property Value

Any double value.
See Also

Reference

ImGearChannelStatistics Structure
ImGearChannelStatistics Members