コード例 #1
0
 public float Percentage(TimeScale other)
 {
     return((float)this.TotalSeconds() / (float)other.TotalSeconds());
 }