bigloo.foreign.LONG_TO_BIGNUM C# (CSharp) Method

LONG_TO_BIGNUM() public static method

public static LONG_TO_BIGNUM ( int n ) : bignum
n int
return bignum
        public static bignum LONG_TO_BIGNUM( int  n )
        {
            return new bignum( n );
        }
foreign