bigloo.s16vector.s16vector C# (CSharp) 메소드

s16vector() 공개 메소드

public s16vector ( int l ) : System
l int
리턴 System
        public s16vector( int l )
        {
            len = l;
             objs = new short[ l ];
        }