Posts by Cauã • 59 points
2 posts
-
4
votes3
answers702
viewsQ: Function that takes another function as a parameter in C#
In the language Lua has how to create a function that takes as argument another function, for example : exemplo = function(outrafunction) outrafunction() end exemplo(function print("alguma coisa")…
-
0
votes1
answer418
viewsQ: I want the index of a cell, given the column and row numbers
I was having some problems with array2D in c# so I decided to try using a normal array Suppose I have column 4 (red) and row 3 (blue), which is the formula for me to get the number that corresponds…
mathematicsasked Cauã 59