←Select platform

Mean Property

Summary

Gets the mean value found.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="Mean", IsRequired=true)] 
public double Mean { get; set; } 
  
<DataMemberAttribute(Name="Mean", IsRequired=True)> 
Public Property Mean As Double 
[DataMemberAttribute(Name="Mean", IsRequired=true)] 
public: 
property double Mean { 
   double get(); 
   void set (    double ); 
} 

Property Value

Get the mean value found.

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.Services.ImageProcessing.DataContracts Assembly