bigloo.foreign.BCNST C# (CSharp) Method

BCNST() public static method

public static BCNST ( int v ) : Object
v int
return Object
        public static Object BCNST( int  v )
        {
            return new cnst( v );
        }
foreign