コード例 #1
0
ファイル: Raster.cs プロジェクト: tarinishukla/gcd
 public bool IsDivisible()
 {
     return(Extent.IsDivisible());
 }