max
max
複数の値のうち一番大きいものを返します
max(x1, x2, …, x10) -> const integer
max(x1, x2, …, x10) -> input integer
max(x1, x2, …, x10) -> integer
max(x1, x2, …, x10) -> series[integer]
max(x1, x2, …, x10) -> const float
max(x1, x2, …, x10) -> input float
max(x1, x2, …, x10) -> float
max(x1, x2, …, x10) -> series[float]
例
max(close, open)
max(close, max(open, 42))
戻り
指定された複数の値で一番大きいもの