raptor
    Preparing search index...

    Function makeTime

    • Type Parameters

      • T

      Parameters

      • MAX_SAFE: T
      • MAX: T
      • MIN: T
      • low: (this: void, timeVal: T) => number
          • (this: void, timeVal: T): number
          • Lower bound

            Parameters

            • this: void
            • timeVal: T

            Returns number

      • up: (this: void, timeVal: T) => number
          • (this: void, timeVal: T): number
          • Upper bound

            Parameters

            • this: void
            • timeVal: T

            Returns number

      • plusScal: (this: void, timeVal: T, timeScal: number) => T

      Returns Time<T>