bigloo.foreign.LONG_TO_ULLONG C# (CSharp) Method

LONG_TO_ULLONG() public static method

public static LONG_TO_ULLONG ( int n ) : ulong
n int
return ulong
        public static ulong LONG_TO_ULLONG( int  n )
        {
            return (ulong)n;
        }
foreign