|
| From: | Tamas Nepusz |
| Subject: | Re: [igraph] Re: igraph source code function documentation? |
| Date: | Thu, 30 Jul 2009 19:04:28 +0200 |
One quick question, how the data type conversion between igraph and standard c works? For example, i have a standard c int array, what's the correct way of converting into igraph_integer_t back and forth?igraph_integer_t is a typedef to a standard C double, so standard C typecasting would probably work.
-- Tamas
| [Prev in Thread] | Current Thread | [Next in Thread] |