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