Visual Basic Scripting Edition | 語言參考 |
乘運算符 (*)兩個數(shù)相乘。 result =number1*number2
參數(shù)result 任意數(shù)值變量。 number1 任意數(shù)值表達式。 number2 任意數(shù)值表達式。 說明如果一個或兩個表達式為 Null 表達式,result 為 Null。如果一個表達式為 Empty,則按 0 處理。 要求版本 1 請參閱\ 運算符 | 算術(shù)運算符 | 運算符優(yōu)先級 | 運算符概述 返回首頁 |