Пример #1
0
 public static int VW(this double ofScreen) => UI.OfScreenWidth(Convert.ToSingle(ofScreen));
Пример #2
0
 public static int VW(this float ofScreen) => UI.OfScreenWidth(ofScreen);