Gets the standard deviation of the sample values in current range.
Namespace: Ico.TwxAssembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public double StandardDeviation { get; private set; } |
Visual Basic |
---|
Public Property StandardDeviation As Double Get Private Set |
JScript |
---|
final function get StandardDeviation () : double private final function set StandardDeviation (value : double) |