get Running total from Array



        Dim data() As Int16 = {1, 2, 3, 5, 6, 7, 3}
        Dim U As Integer = data.Aggregate(0, Function(a, b) a + b)

Comments

Popular posts from this blog

Shared / Static Class in vb.net/C#

Xamarin Forms : PopUp Page with RG.Plugins.Popup

Text was truncated or one or more characters had no match in the target code page.". (SQL Server Import and Export Wizard)