VarR8Pow function (oleauto.h)

Performs the power function for variants of type double.

Syntax

HRESULT VarR8Pow(
  [in]  double dblLeft,
  [in]  double dblRight,
  [out] double *pdblResult
);

Parameters

[in] dblLeft

The first variant.

[in] dblRight

The second variant.

[out] pdblResult

The result.

Return value

If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Target Platform Windows
Header oleauto.h
Library OleAut32.lib
DLL OleAut32.dll