示例#1
0
 internal static uint DecDivMod1E9(ref decimal value)
 {
     return(DecCalc.DecDivMod1E9(ref AsMutable(ref value)));
 }