tagged [long-integer]
Average of 3 long integers
Average of 3 long integers I have 3 very large signed integers. I want to calculate their truncated average. Expected average value is `long.MaxValue - 1`, which is `9223372036854775806`. It is imposs...
- Modified
- 30 May at 20:24
Isn't an Int64 equal to a long in C#?
Isn't an Int64 equal to a long in C#? I have been playing around with SQL and databases in C# via [SqlCeConnection](https://msdn.microsoft.com/en-us/library/system.data.sqlserverce.sqlceconnection%28v...
- Modified
- 8 Jul at 11:10