11
Чи може хтось пояснити цю дивну поведінку підписаними плавцями в C #?
Ось приклад із коментарями: class Program { // first version of structure public struct D1 { public double d; public int f; } // during some changes in code then we got D2 from D1 // Field f type became double while it was int before public struct D2 { …
247
c#
.net
floating-point