共用方式為


VarDecRound 函式 (oleauto.h)

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

語法

HRESULT VarDecRound(
  [in]  LPDECIMAL pdecIn,
  [in]  int       cDecimals,
  [out] LPDECIMAL pdecResult
);

參數

[in] pdecIn

要四捨五入的變體。

[in] cDecimals

小數字數。

[out] pdecResult

產生的變體。

傳回值

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

規格需求

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