Universal Robots TypeScript API - v10.12.0
    Preparing search index...

    Class DerivedUnit<T>

    Unit definition.

    Type Parameters

    Implements

    Index

    Constructors

    • Creates a new derived unit with the specified new unit type, using the specified input units to derive it

      Type Parameters

      Parameters

      • quantity: T

        The quantity type of the new unit

      • numeratorUnit: Unit

        The numerator of the new unit

      • denominatorUnit: Unit

        The denominator of the new unit

      • significantDigits: number

        The number of significant digits for the new unit

      Returns DerivedUnit<T>

    Properties

    denominatorUnit: Unit
    label: string

    Unit label.

    numeratorUnit: Unit
    quantity: T

    Unit type.

    scaleFactor: number

    Factor for converting to SI unit.

    significantDigits: number

    Number of significant digits.

    symbol: string

    Unit symbol.