Function convertSiUnitVelocityAffectedValue

  • Use this function when SI unit velocity changes to update the affected parameters.

    Example

    When changing from RPM to mRPM, a value of 2,500 will convert to 2,500,000.
    

    Parameters

    • value: number
    • oldSiUnitVelocity: number
    • newSiUnitVelocity: number
    • round: boolean = true

    Returns number

Generated using TypeDoc