Specify whether the resulting integral value is divided by its time span to generate average value instead of integral.
Read-write property
[Visual Basic .NET] |
---|
Public Property ComputeAsAverage() As Boolean |
[C#] |
---|
public bool ComputeAsAverage {get; set;} |
[Managed C++] |
---|
public: __property bool get_ComputeAsAverage(); |
[Unmanaged C++] |
---|
public: HRESULT get_ComputeAsAverage( VARIANT_BOOL * pRetVal ); public: HRESULT put_ComputeAsAverage( VARIANT_BOOL ComputeAsAverage ); |
[Java] |
---|
public bool getComputeAsAverage(); public void setComputeAsAverage( bool ); |