csharp predict rotation by an angular velocity

Code Example - csharp predict rotation by an angular velocity

                
                        bestGuessRotation *= Quaternion.Euler(angularVelocity * Time.deltaTime);