Exemple #1
0
 /// <summary>
 /// Return the Then node of the given node
 /// </summary>
 public static CUDDNode GetThen(CUDDNode dd)
 {
     return(new CUDDNode(PlatformInvoke.DDN_GetThen(dd.Ptr)));
 }