Averages/Root mean square: Difference between revisions

m
(→‎{{header|C sharp|C#}}: No need for explicit loop in C# 3.)
Line 130:
An alternative method demonstrating the more functional style introduced by LINQ and lambda expressions in C# 3.
 
{{works with|C sharp|C#|3}}
 
<lang csharp>using System;
Anonymous user