J
Jon
Hello all,
I'm trying to work out why the following always returns 0:
ulong b = (750 / 1128);
I've tried other types, not just ulong but always with the same
results, 0;
Am I missing something? It been a long day!
Thanks
Jon
I'm trying to work out why the following always returns 0:
ulong b = (750 / 1128);
I've tried other types, not just ulong but always with the same
results, 0;
Am I missing something? It been a long day!
Thanks
Jon