bigloo.foreign.BGL_U16VREF C# (CSharp) Method

BGL_U16VREF() public static method

public static BGL_U16VREF ( u16vector v, int l ) : ushort
v u16vector
l int
return ushort
        public static ushort BGL_U16VREF(u16vector v, int l)
        {
            return v.objs[l];
        }
foreign