Scale /Global scale

float Scale(float value)

Scales the value using the current global scale factor.

SetScaleFactor(2.0f);
print(Scale(10.0f));

Output:

20