alphacyberranger to Programmer [email protected]English • 1 year agoJavaimagemessage-square75arrow-up1582arrow-down145
arrow-up1537arrow-down1imageJavaalphacyberranger to Programmer [email protected]English • 1 year agomessage-square75
minus-square@[email protected]linkfedilink17•1 year agoThe CPU has to do real work to convert between float and int types. Returning an int type would just be giving the CPU extra work to do for no reason
minus-squareNotNotMikelinkfedilink3•1 year agoI’m learning so much from this thread and I don’t even use Java
The CPU has to do real work to convert between float and int types. Returning an int type would just be giving the CPU extra work to do for no reason
I’m learning so much from this thread and I don’t even use Java