Office 24.2 ヘルプ
Office Basicでは下記の算術演算子をサポートしています。
2つの値の間で減算 (引き算) を行います。
2 つの値の間で乗算 (掛け算) を行います。
2 つの表式を加算ないし結合します。
2 つの値の間で除算 (割り算) を行います。
Performs the integer division on two numbers and returns the result.
与えられた数値の指数 (累乗、べき乗) 計算を行います。
The MOD operator takes in two numeric expressions and returns the remainder of the division.
関連項目
Logical Operators
Comparison Operators