←Select platform

StandardDeviation Property

Summary

Gets the standard deviation value found.

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

Property Value

get the standard deviation value found.

Example

Refer to StatisticsInformationCommand example.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Effects Assembly