移動先: 概要 戻り値 関連項目 MEL の例
min float float
min は「元に戻す」が不可能、「照会」が不可能、「編集」が不可能です。
min -4 -6; // Result: -6 // min -5 -5; // Result: -5 //