bigloo.foreign.BGL_S16VREF C# (CSharp) Method

BGL_S16VREF() public static method

public static BGL_S16VREF ( s16vector v, int l ) : short
v s16vector
l int
return short
        public static short BGL_S16VREF(s16vector v, int l)
        {
            return v.objs[l];
        }
foreign