Esempio n. 1
0
 public BigInt Ceiling()
 {
     return(new BigInt(EngineObject.Ceiling(Handle)));
 }