←Select platform

StandardDeviation Property

Summary

Gets the standard deviation value found.

Syntax

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

Property Value

get the standard deviation 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