示例#1
0
 public int this[Percentage p] => from + (int)((to - from) * p.value);
示例#2
0
 public float this[Percentage p] => from + (to - from) * p.value;