VarR8Pow function
Performs the power function for variants of type double.
Syntax
HRESULT VarR8Pow( _In_ double dblLeft, _In_ double dblRight, _Out_ double *pdblResult );
Parameters
- dblLeft [in]
-
The first variant.
- dblRight [in]
-
The second variant.
- pdblResult [out]
-
The result.
Return value
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
|
Header |
|
|---|---|
|
Library |
|
|
DLL |
|
Show: