public static XInt PrimeSwingParallelFactorial(Int32 x) { var z = new XInt(); _PrimeSwingParallelFactorial(ref z.impl, (UInt32)x); return z; }