Gets the average 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 Average { get; private set; } |
Visual Basic |
---|
Public Property Average As Double Get Private Set |
JScript |
---|
final function get Average () : double private final function set Average (value : double) |