Scales the value using the current global scale factor.
value
SetScaleFactor(2.0f); print(Scale(10.0f));
Output:
20