return value of Network.getParents

The engine.
Post Reply
JaPhiSo
Posts: 2
Joined: Sun May 26, 2013 3:05 pm

return value of Network.getParents

Post by JaPhiSo »

Hi,

i need to know, what is the return value of Network.getParents(v) if v does not have parent nodes?

thanks
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: return value of Network.getParents

Post by shooltz[BayesFusion] »

JaPhiSo wrote:i need to know, what is the return value of Network.getParents(v) if v does not have parent nodes?
In such case the zero-length array is returned.
JaPhiSo
Posts: 2
Joined: Sun May 26, 2013 3:05 pm

Re: return value of Network.getParents

Post by JaPhiSo »

Thanks a lot! That did it.
Post Reply