I was under the impression we had added Minimum/Maximum routines a while back, but apparently that was only for vectors. You can use
Christoph
Enumerate
however, which is fairly efficient in v3:m.Enumerate().Max()
m.Enumerate().Min()
Thanks,Christoph