bigloo.foreign.BGL_S8VREF C# (CSharp) Method

BGL_S8VREF() public static method

public static BGL_S8VREF ( s8vector v, int l ) : sbyte
v s8vector
l int
return sbyte
        public static sbyte BGL_S8VREF(s8vector v, int l)
        {
            return v.objs[l];
        }
foreign