/// <summary> /// Return the index of the given node /// </summary> public static int GetIndex(CUDDNode dd) { return(PlatformInvoke.DDN_GetIndex(dd.Ptr)); }