コード例 #1
0
 public NDview <Type> Mean(int axis = -1, bool keepdims = false) => ND.MeanAxis(this, axis, keepdims);