Function setAlwaysRoundDown

  • Set the default rounding behavior for the scale function. If true, the scale function will always round down. If false, the scale function will round off.

    Parameters

    • value: boolean

    Returns void

    Warn

    use with caution, as this will affect all calls to the scale function. use if you want your entire application to always round down.