I
I
IliaNeverov2021-06-24 21:00:49
C++ / C#
IliaNeverov, 2021-06-24 21:00:49

What is what does clock.getElapsedTime().asMicroseconds(); mean?

Good day to all, I recently encountered such a thing clock.getElapsedTime().asMicroseconds(); when a "method" is called on an object and another one after it. What it is?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Ananiev, 2021-06-24
@IliaNeverov

The getElapsedTime() function returns an object that has an asMicroseconds() method that is called.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question