Animatroller.Framework.BaseScene.MS C# (CSharp) Method

MS() protected static method

protected static MS ( double seconds ) : System.TimeSpan
seconds double
return System.TimeSpan
        protected static TimeSpan MS(double seconds)
        {
            return TimeSpan.FromMilliseconds(seconds);
        }