Beispiel #1
0
 public ERational AsERational(object obj)
 {
     return(ERational.FromInt64((long)obj));
 }