bigloo.foreign.ULONG_TO_UBYTE C# (CSharp) Method

ULONG_TO_UBYTE() public static method

public static ULONG_TO_UBYTE ( uint n ) : byte
n uint
return byte
        public static byte ULONG_TO_UBYTE( uint n )
        {
            return (byte)n;
        }
foreign