/// <summary> /// Return the reference count /// </summary> public static int GetReference(CUDDNode dd) { return(PlatformInvoke.DDN_GetReference(dd.Ptr)); }