bigloo.f64vector.f64vector C# (CSharp) Method

f64vector() public method

public f64vector ( int l ) : System
l int
return System
        public f64vector( int l )
        {
            len = l;
             objs = new double[ l ];
        }