bigloo.foreign.BGL_F64VREF C# (CSharp) Method

BGL_F64VREF() public static method

public static BGL_F64VREF ( f64vector v, int l ) : double
v f64vector
l int
return double
        public static double BGL_F64VREF(f64vector v, int l)
        {
            return v.objs[l];
        }
foreign