欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片



Round 函數(shù)

返回按指定位數(shù)進(jìn)行四舍五入的數(shù)值。

Round(expression[, numdecimalplaces])

參數(shù)

Expression

必選項(xiàng)。數(shù)值表達(dá)式 被四舍五入。

Numdecimalplaces

可選項(xiàng)。數(shù)字表明小數(shù)點(diǎn)右邊有多少位進(jìn)行四舍五入。如果省略,則 Round 函數(shù)返回整數(shù)。

說明

下面的示例利用 Round 函數(shù)將數(shù)值四舍五入到兩位小數(shù):

Dim MyVar, pi
pi =3.14159
MyVar =Round(pi, 2) 'MyVar contains 3.14

要求

版本 2

請(qǐng)參閱

Int、Fix 函數(shù)

返回首頁