Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
C# Extension Method: Int64 - DivRem by ZZZ Projects
 9223372036854775807 /  2000 = 4611686018427387, Remainder: 1807                
               13952 /  2000 = 6         , Remainder: 1952                
                   0 /  2000 = 0         , Remainder: 0                   
              -14032 /  2000 = -7        , Remainder: -32                 
-9223372036854775808 /  2000 = -4611686018427387, Remainder: -1808               
 9223372036854775807 / -2000 = -4611686018427387, Remainder: 1807                
               13952 / -2000 = -6        , Remainder: 1952                
                   0 / -2000 = 0         , Remainder: 0                   
              -14032 / -2000 = 7         , Remainder: -32                 
-9223372036854775808 / -2000 = 4611686018427387, Remainder: -1808
Cached Result
Last Run: 9:55:43 pm
Compile: 0.22s
Execute: 0.031s
Memory: 425.16kb
CPU: 0.109s