Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Show in webframe

Mean Property








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

Error processing SSI file