📌  相关文章
📜  在 c# 代码示例中找到最小值

📅  最后修改于: 2022-03-11 14:49:15.533000             🧑  作者: Mango

代码示例1
int LowestHeight = Math.Min(newPerson.Height, Math.Min(newPerson1.Height, Math.Min(newPerson2.Height, newPerson3.Height)));