bigloo.foreign.BGL_S32VREF C# (CSharp) Method

BGL_S32VREF() public static method

public static BGL_S32VREF ( s32vector v, int l ) : int
v s32vector
l int
return int
        public static int BGL_S32VREF(s32vector v, int l)
        {
            return v.objs[l];
        }
foreign