bigloo.foreign.BINT_TO_SHORT C# (CSharp) Method

BINT_TO_SHORT() public static method

public static BINT_TO_SHORT ( bint n ) : short
n bint
return short
        public static short BINT_TO_SHORT( bint  n )
        {
            return (short)n.value;
        }
foreign