Exemple #1
0
 public static object PrecFloat(RubyContext /*!*/ context, object self)
 {
     return(LibrarySites.InvokePrec(context, context.GetClass(typeof(double)), self));
 }
Exemple #2
0
 public static object PrecInteger(RubyContext /*!*/ context, object self)
 {
     return(LibrarySites.InvokePrec(context, context.GetClass(typeof(Integer)), self));
 }