BufferedDataCollection.DeviceDataAverage Method

Language:

Return the average of all data in the collection.

Definition

Visual Basic Public Function DeviceDataAverage( _
    ByVal applicationData As Object _
) As Integer
C# public int DeviceDataAverage(
    object applicationData
);
C++ public:
int DeviceDataAverage(
    ObjectapplicationData
);
JScript public function DeviceDataAverage(
    applicationData : Object
) : int;

Parameters

applicationData System.Object

Return Value

System.Int32


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center