Method DivRem DivRem(UInt<T>, UInt<T>) Declaration public static (UInt<T>, UInt<T>) DivRem(UInt<T> left, UInt<T> right) Parameters Type Name Description UInt<T> left UInt<T> right Returns Type Description System.ValueTuple<UInt<T>, UInt<T>>