|
DbPerfClientAvg Method |
Get the average value of a performance variable in the current environment
Namespace: DrawerBackup.Native.ClientsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic double Avg(
string variableName
)
Public Function Avg (
variableName As String
) As Double
public:
double Avg(
String^ variableName
)
member Avg :
variableName : string -> float
Parameters
- variableName
- Type: SystemString
Return Value
Type:
Double
See Also