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

    Class FixedPointNumber<T>

    FixedPointNumber.

    Provides representations of a value.

    Type Parameters

    Index

    Constructors

    • Type Parameters

      Parameters

      • value: BigSource
        • The actual value.

      • unit: Unit<T>

      Returns FixedPointNumber<T>

    Methods

    • return value in big value format.

      Returns Big

    • return formatted string representation of the value.

      Returns string

    • return the values unit.

      Returns number

    • return the values unit.

      Returns Unit<T>

    • return value in number format.

      Returns number