bigloo.foreign.BGL_ALLOC_S8VECTOR C# (CSharp) Method

BGL_ALLOC_S8VECTOR() public static method

public static BGL_ALLOC_S8VECTOR ( int l ) : s8vector
l int
return s8vector
        public static s8vector BGL_ALLOC_S8VECTOR(int l)
        {
            return new s8vector(l);
        }
foreign