Jellyfish.Commands.Metrics.RollingNumber.Bucket.Bucket C# (CSharp) Method

Bucket() public method

public Bucket ( ) : Jellyfish.Commands.Utils
return Jellyfish.Commands.Utils
            public Bucket()
            {
                var cx = Enum.GetValues(typeof(RollingNumberEvent)).Length;
                adders = new long[cx];
                maxAdders = new long[cx];
                bucketStartInMs = long.MinValue;
            }