bigloo.foreign.BGL_U8VREF C# (CSharp) Method

BGL_U8VREF() public static method

public static BGL_U8VREF ( u8vector v, int l ) : byte
v u8vector
l int
return byte
        public static byte BGL_U8VREF(u8vector v, int l)
        {
            return v.objs[l];
        }
foreign