VarR8Pow 函数 (oleauto.h)
为 double 类型的变体执行幂函数。
语法
HRESULT VarR8Pow(
[in] double dblLeft,
[in] double dblRight,
[out] double *pdblResult
);
参数
[in] dblLeft
第一个变体。
[in] dblRight
第二个变体。
[out] pdblResult
结果。
返回值
如果此函数成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
要求
要求 | 值 |
---|---|
目标平台 | Windows |
标头 | oleauto.h |
Library | OleAut32.lib |
DLL | OleAut32.dll |