P
Peb
Hi All
I need to retrieve the max count of left or right curve in a list
I use this line of code but i would like to reduce the code (one call to an
extension method)
int count = Math.Max(Curves.Count<Curve>(curve => curve.Position ==
Position.Left), Curves.Count<Curve>(curve => curve.Position ==
Position.Right))
if Somebody has an idea
Thank you
Polo
I need to retrieve the max count of left or right curve in a list
I use this line of code but i would like to reduce the code (one call to an
extension method)
int count = Math.Max(Curves.Count<Curve>(curve => curve.Position ==
Position.Left), Curves.Count<Curve>(curve => curve.Position ==
Position.Right))
if Somebody has an idea
Thank you
Polo