Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Microseconds to seconds

Former Member
0 Likes
4,164

hi

i run fnction and i have 5,555,178 Microseconds how much second is it?

regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,560

Hi

Micro means 1/1000000, so 1 MicroSecond is 1/1000000 Second, so 5,555,178 Microseconds are 0,005555178 seconds.

Max

6 REPLIES 6
Read only

gopi_narendra
Active Contributor
2,560

5555178 Microseconds = 5.555178 Seconds

Regards

Gopi

Read only

0 Likes
2,560

hi gopi

in how much i have to divide to get that number in 1.000.000 ?

regards

Read only

0 Likes
2,560

5,555,178 Microseconds = 5555178 * 10 Power (-6)Seconds

which comes to 5.555178 Seconds

Micro = 10 Pow (-6) MINUS SIX

Regards

Gopi

Read only

0 Likes
2,560

Hi

DATA: Second type p,
           Microsecond type p.

Second = MicroSecond / 1000000.

The problem is how many decimals you need to use.

I think 5,56 are Millisecond:

1 MilliSecond = 1.000 MicroSecond

5.555,178 MicroSecond = 5.555,178/1.000 MilliSecond = 5,56.

Max

Max

Read only

Former Member
0 Likes
2,561

Hi

Micro means 1/1000000, so 1 MicroSecond is 1/1000000 Second, so 5,555,178 Microseconds are 0,005555178 seconds.

Max

Read only

0 Likes
2,560

hi max

thankes but i gt 5.56 i think its second?

regards