bigloo.foreign.get_hash_number_from_int C# (CSharp) Method

get_hash_number_from_int() public static method

public static get_hash_number_from_int ( Object o ) : int
o Object
return int
        public static int get_hash_number_from_int( Object  o )
        {
            return get_hash_number_from_int( o.GetHashCode() );
        }

Same methods

foreign::get_hash_number_from_int ( int i ) : int
foreign