LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Mean Property

Show in webframe







Gets the mean value found.
Syntax
public double Mean {get;}
'Declaration
 
Public ReadOnly Property Mean As Double
'Usage
 
Dim instance As StatisticsInformationCommand
Dim value As Double
 
value = instance.Mean
public double Mean {get;}
@property (nonatomic, assign, readonly) double mean;
public double getMean()
 get_Mean(); 
public:
property double Mean {
   double get();
}

Property Value

Get the mean value found.
Example
Refer to StatisticsInformationCommand example.
Requirements

Target Platforms

See Also

Reference

StatisticsInformationCommand Class
StatisticsInformationCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.