bigloo.foreign.BGL_ALLOC_S16VECTOR C# (CSharp) Method

BGL_ALLOC_S16VECTOR() public static method

public static BGL_ALLOC_S16VECTOR ( int l ) : s16vector
l int
return s16vector
        public static s16vector BGL_ALLOC_S16VECTOR(int l)
        {
            return new s16vector(l);
        }
foreign