←Select platform

StandardDeviation Property

Summary

Gets the standard deviation value found.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public double StandardDeviation { get; } 
Public ReadOnly Property StandardDeviation As Double 
public double StandardDeviation {get;} 
@property (nonatomic, assign, readonly) double standardDeviation 
public double getStandardDeviation() 
 get_StandardDeviation();  
public: 
property double StandardDeviation { 
   double get(); 
} 

Property Value

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