Пример #1
0
 public static string Yellow(this string name) => BaseUIUtil.Yellow(name);
Пример #2
0
 public static string RoundSign(this float f) => BaseUIUtil.RoundSign(f);
Пример #3
0
 public static string Bool(this bool val) => BaseUIUtil.Bool(val);
Пример #4
0
 public static string TwoDS(this float f) => BaseUIUtil.TwoDS(f);
Пример #5
0
 public static string Sign(this float val) => BaseUIUtil.Sign(val);
Пример #6
0
 public static string OneDC(this float f, bool isReverseCol  = false) => BaseUIUtil.OneDC(f, isReverseCol);
Пример #7
0
 public static string TwoD(this float f, bool isOption       = false) => BaseUIUtil.TwoD(f, isOption);
Пример #8
0
 public static string Floor(this float f) => BaseUIUtil.Floor(f);
Пример #9
0
 public static string Ceil(this float f) => BaseUIUtil.Ceil(f);
Пример #10
0
 public static string ToHex(this Color color) => BaseUIUtil.ToHex(color);
Пример #11
0
 public static string Indent(this string str) => BaseUIUtil.Indent(str);
Пример #12
0
 public static Color ToColor(this string str) => BaseUIUtil.FromHex(str);
Пример #13
0
 public static string Grey(this string name) => BaseUIUtil.Grey(name);
Пример #14
0
 public static string Grey(this float number) => BaseUIUtil.Grey(number);
Пример #15
0
 public static string ColSign(this float number, bool reverseColor = false) => BaseUIUtil.ColSign(number, reverseColor);
Пример #16
0
 public static string PerSign(this int percent) => BaseUIUtil.AddPerSign(percent);
Пример #17
0
 public static string ColSign(this int number) => BaseUIUtil.ColSign(number);
Пример #18
0
 public static string PerCS(this float percent, bool reverseColor    = false) => BaseUIUtil.PerCS(percent, reverseColor);
Пример #19
0
 public static string OneDS(this float f) => BaseUIUtil.OneDS(f);
Пример #20
0
 public static string PerRiseCol(this float num, bool isReverseColor = false, bool isHaveSignal = true) => BaseUIUtil.PerRiseCol(num, isReverseColor, isHaveSignal);
Пример #21
0
 public static string TwoDCS(this float f, bool isReverseCol = false) => BaseUIUtil.TwoDCS(f, isReverseCol);
Пример #22
0
 public static string PerSign(this float percent) => BaseUIUtil.PerSign(percent);
Пример #23
0
 public static string Sign(this string str) => BaseUIUtil.Sign(str);
Пример #24
0
 public static string PerToIntCol(this float percent, bool isHaveSignal = true) => BaseUIUtil.PerToIntCol(percent, isHaveSignal);
Пример #25
0
 public static string RoundColor(this float f) => BaseUIUtil.RoundColor(f);
Пример #26
0
 public static string KMG(this float number, KMGType type        = KMGType.TenK) => BaseUIUtil.KMG(number, type);
Пример #27
0
 public static string Bool(this float val) => BaseUIUtil.Bool(val);
Пример #28
0
 public static string KMGCS(this float number, bool reverseColor = false, KMGType type = KMGType.TenK) => BaseUIUtil.KMGCS(number, reverseColor, type);
Пример #29
0
 public static string CDStyle(this float f) => BaseUIUtil.CDStyle(f);
Пример #30
0
 public static string Yellow(this float number) => BaseUIUtil.Yellow(number);