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

VBS教程:運算符-Mod 運算符

 更新時間:2006年11月16日 00:00:00   作者:  

Mod 運算符

兩個數(shù)值相除并返回其余數(shù)。

result = number1 Mod number2

參數(shù)

result

任意數(shù)值變量。

number1

任意數(shù)值表達式。

number2

任意數(shù)值表達式。

說明

模數(shù)或余數(shù)。運算符執(zhí)行 number1 除以 number2 操作(浮點數(shù)四舍五入為整數(shù))并只返回余數(shù)作為 result。例如,在下面的表達式中, A(為 result)等于 5。

A = 19 Mod 6.7

如果任一表達式為 Null,則 result 也為 Null。任一表達式為 Empty 時按 0 來處理。

相關(guān)文章

最新評論