bigloo.foreign.BINT_TO_USHORT C# (CSharp) Method

BINT_TO_USHORT() public static method

public static BINT_TO_USHORT ( bint n ) : ushort
n bint
return ushort
        public static ushort BINT_TO_USHORT( bint  n )
        {
            return (ushort)n.value;
        }
foreign