bigloo.s8vector.s8vector C# (CSharp) Method

s8vector() public method

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