bigloo.foreign.BGL_U64VREF C# (CSharp) Method

BGL_U64VREF() public static method

public static BGL_U64VREF ( u64vector v, int l ) : ulong
v u64vector
l int
return ulong
        public static ulong BGL_U64VREF(u64vector v, int l)
        {
            return v.objs[l];
        }
foreign