ImageGear for .NET
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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback