bigloo.foreign.BGL_S64VREF C# (CSharp) Method

BGL_S64VREF() public static method

public static BGL_S64VREF ( s64vector v, int l ) : long
v s64vector
l int
return long
        public static long BGL_S64VREF(s64vector v, int l)
        {
            return v.objs[l];
        }
foreign