←Select platform

Mean Property

Summary

Gets the mean value found.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public double Mean { get; } 
Public ReadOnly Property Mean As Double 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly