bigloo.foreign.BGL_ALLOC_S32VECTOR C# (CSharp) Method

BGL_ALLOC_S32VECTOR() public static method

public static BGL_ALLOC_S32VECTOR ( int l ) : s32vector
l int
return s32vector
        public static s32vector BGL_ALLOC_S32VECTOR(int l)
        {
            return new s32vector(l);
        }
foreign