The StandardDeviation Property is available in LEADTOOLS Document and Medical Imaging toolkits.
(Read only) Gets the standard deviation for the value.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property StandardDeviation As Double |
| C# | |
|---|
public double StandardDeviation {get;} |
| C++/CLI | |
|---|
public:
property double StandardDeviation {
double get();
} |
Property Value
The standard deviation value.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also