bigloo.foreign.LONG_TO_ULONG C# (CSharp) Method

LONG_TO_ULONG() public static method

public static LONG_TO_ULONG ( int n ) : uint
n int
return uint
        public static uint LONG_TO_ULONG( int n )
        {
            return (uint)n;
        }
foreign