Package 

Class Constants


  • 
    public class Constants
    
                        

    Created by rsubramaniam on 10/2/17.

    • Method Detail

      • usToMs

         static long usToMs(long timeUs)

        Converts a time in microseconds to the corresponding time in milliseconds, preserving TIME_UNSET values.

        Parameters:
        timeUs - The time in microseconds.
      • msToUs

         static long msToUs(long timeMs)

        Converts a time in milliseconds to the corresponding time in microseconds, preserving TIME_UNSET values.

        Parameters:
        timeMs - The time in milliseconds.