Hello all,
If PD keeps all numbers in 32-bit floating point, then why is the [int] object necessary or useful? Does the [int] object save CPU or provide any functionality that [float] does not?
Many thanks, Dave S
David Sabine wrote:
Hello all,
If PD keeps all numbers in 32-bit floating point, then why is the [int] object necessary or useful? Does the [int] object save CPU or provide any functionality that [float] does not?
no saving of CPU-time. just truncating (which is very useful, sometimes)
mfg.fd.dr IOhannes
Many thanks,
Dave S