Conver Time.deltaTime to milliseconds?

The reference is abit vague.

It sais time.deltatime is the time since last frame in seconds.

i think to convert it to ms i have to multiply by 1000.

time.deltatime * 1000

what should the reference say to make it more clear, isn’t it confusing that they say, seconds not milliseconds?

How is it confusing to say seconds instead of milliseconds? Time.deltaTime does exactly what the docs say it does. If they said milliseconds, it would be wrong. Not vague at all.

@etaxi341: multiplying a float by an integer does not result in an integer.