```javascript function F() { return UnityEngine.Mathf.Log10(100); } ``` is converted to ```CSharp public virtual float F() { return *100; } ```