bigloo.foreign.BGL_ALLOC_S64VECTOR C# (CSharp) Method

BGL_ALLOC_S64VECTOR() public static method

public static BGL_ALLOC_S64VECTOR ( int l ) : s64vector
l int
return s64vector
        public static s64vector BGL_ALLOC_S64VECTOR(int l)
        {
            return new s64vector(l);
        }
foreign