VarDecRound 関数 (oleauto.h)
decimal 型のバリアントを、指定した小数点以下の桁数に丸めます。
構文
HRESULT VarDecRound(
[in] LPDECIMAL pdecIn,
[in] int cDecimals,
[out] LPDECIMAL pdecResult
);
パラメーター
[in] pdecIn
丸めるバリアント。
[in] cDecimals
小数点以下の桁数。
[out] pdecResult
結果のバリアント。
戻り値
この関数が成功すると、 S_OKが返されます。 そうでない場合は、HRESULT エラー コードを返します。
要件
要件 | 値 |
---|---|
対象プラットフォーム | Windows |
ヘッダー | oleauto.h |
Library | OleAut32.lib |
[DLL] | OleAut32.dll |