bigloo.foreign.BGL_MVALUES_VAL C# (CSharp) Method

BGL_MVALUES_VAL() public static method

public static BGL_MVALUES_VAL ( int n ) : Object
n int
return Object
        public static Object BGL_MVALUES_VAL( int n )
        {
            return bgldynamic.abgldynamic.get().mvalues_values[n];
        }
foreign