←Select platform

Mean Property

Summary
Gets the mean value found.
Syntax
C#
VB
Objective-C
C++
Java
public double Mean { get; } 
Public ReadOnly Property Mean As Double 
@property (nonatomic, assign, readonly) double mean 
public double getMean() 
public: 
property double Mean { 
   double get(); 
} 

Property Value

Get the mean value found.

Example

Refer to StatisticsInformationCommand example.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.