bigloo.s64vector.s64vector C# (CSharp) Method

s64vector() public method

public s64vector ( int l ) : System
l int
return System
        public s64vector( int l )
        {
            len = l;
             objs = new long[ l ];
        }