對上一層:  模型程式語言參考手冊 > 算術函數 >

Average( )

Print this Topic Previous pageReturn to chapter overviewNext page

函數傳回一組數值的平均值,在這一組數值中的所有Null 值都不會被計算。

 

語法

Average(x1,x2,x3, … )

x1, x2, x3,… 必需是數字資料,您一次過可以計算27 個數值的平均值。

 

回傳值

Numeric

 

例子

Average(Column('今場評分'),Column('今賽評分'))

計算兩檢視欄的平均值。

 

Average(12, .NULL., 24)

計算結果為18 。.NULL. 值不計算(只計算兩個數字)。

 

Average(12, 0, 24)

計算結果為12 (0 計算在內)。

 

 


Page url: http://www.racematenet.com/help/index.html?average.htm