バージョン

UltraCalcFunctionMRound クラス

他の数値の倍数に最も近い数値を四捨五入します。
シンタックス
'宣言
 
Public Class UltraCalcFunctionMRound 
   Inherits BuiltInFunctionBase
public class UltraCalcFunctionMRound : BuiltInFunctionBase 
解説

MRound(number, multiple)
Number は、四捨五入する数値です。
Multiple は、四捨五入する倍数を示す数値です。

参照