Visual Basic Scripting Edition | 語言參考 |
兩個數(shù)值相除并返回以浮點數(shù)表示的結果。
result = number1/number2
result
任意數(shù)值變量。
number1
任意數(shù)值表達式。
number2
任意數(shù)值表達式。
如果一個或兩個表達式為 Null 表達式,result 為 Null。任何表達式為 Empty 時,則按 0 處理。
版本 1
* 運算符 | \ 運算符 | 算術運算符 | 運算符優(yōu)先級 | 運算符概述