最大値を持つ引数を返します。
シグネチャ
戻り値
説明
例
| 例 | |
![]() | |
{text The greatest of...
{br} 3.1 is {max 3.1}
{br} 3.1 and 5 is {max 3.1, 5}
{br} 3.1 and -5 is {max 3.1, -5}
{br} 3.1, -5, and 5 is {max 3.1, -5, 5}
{br} 5 and 5.0 is {max 5, 5.0}
{br} 5.0 and 5 is {max 5.0, 5}
{br} 'a' and 'z' is {max 'a', 'z'}
{br} 25 meters and 5 meters is {max 25m, 5m}} |
注意事項
注意事項