|
DbPerfClientMin Method |
Get the Minimun 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 Min(
string variableName
)
Public Function Min (
variableName As String
) As Double
public:
double Min(
String^ variableName
)
member Min :
variableName : string -> float
Parameters
- variableName
- Type: SystemString
Return Value
Type:
Double
See Also