math_get_max_min#

图块代码

../../_images/math_get_max_min.png

javascript

Math.name(from, to)

python

name(from, to)

npl

math.name(from, to)

参数#

参数

类型

默认值

说明

from

number

0

to

number

0

示例#

Math.max(0, 0)
max(0, 0)
math.max(0, 0)