(Read only) Gets the standard deviation value found.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property StandardDeviation As Double |
C# | |
---|
public double StandardDeviation {get;} |
Managed Extensions for C++ | |
---|
public: __property double get_StandardDeviation(); |
C++/CLI | |
---|
public:
property double StandardDeviation {
double get();
} |
Return Value
get the standard deviation value found.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also