Il giorno mer, 09/12/2009 alle 11.30 +0100, Nicolas ha scritto:

> var map = new HashMap <double, double> ();
> 
> Return this error:
> error: `double' is not a supported generic type argument, use `?' to box 
> value types
> 
> Why libgee does not support double with hashmap?

I think using double as hash index is dangerous, because of
approximation.

Did you think about transforming the double numbers to "fixed precision
decimals" (represented by 64bit integers) or to strings?

Bye.

-- 
Alessandro Pellizzari

_______________________________________________
Vala-list mailing list
Vala-list@gnome.org
http://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to