コード例 #1
0
 public BigInt Floor()
 {
     return(new BigInt(EngineObject.Floor(Handle)));
 }