共用方式為


VarR8Round 函式 (oleauto.h)

將 double 類型的變體四捨五入為指定的小數位數。

語法

HRESULT VarR8Round(
  [in]  double dblIn,
  [in]  int    cDecimals,
  [out] double *pdblResult
);

參數

[in] dblIn

變體。

[in] cDecimals

小數字數。

[out] pdblResult

結果。

傳回值

如果此函式成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。

規格需求

需求
目標平台 Windows
標頭 oleauto.h
程式庫 OleAut32.lib
Dll OleAut32.dll