bigloo.foreign.BGL_ALLOC_F64VECTOR C# (CSharp) Method

BGL_ALLOC_F64VECTOR() public static method

public static BGL_ALLOC_F64VECTOR ( int l ) : f64vector
l int
return f64vector
        public static f64vector BGL_ALLOC_F64VECTOR(int l)
        {
            return new f64vector(l);
        }
foreign