Overview
>
klyn.math
>
NDArray
>
max
Overview
Index
Tree
Deprecated
klyn.math.NDArray.max
method
public max() as Object:
Description
Returns the maximum value of the array.
a = NDArray<Int>.fromList([3, 1, 4]) print(a.max()) # 4