bigloo.foreign.BGL_MVALUES_NUMBER_SET C# (CSharp) Method

BGL_MVALUES_NUMBER_SET() public static method

public static BGL_MVALUES_NUMBER_SET ( int n ) : int
n int
return int
        public static int BGL_MVALUES_NUMBER_SET( int n )
        {
            bgldynamic.abgldynamic.get().mvalues_number= n;
            return n;
        }
foreign