コード例 #1
0
 public IDimensions DividedBy(IDimensions other)
 {
     return(other.RaisedTo(-1));
 }