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