Exemple #1
0
 /// <summary>
 /// Return max of ADD but must not be greater than a threshold
 /// [ REFS: 'none', DEREFS: 'none' ]
 /// </summary>
 public static double FindMaxThreshold(CUDDNode dd, int threshold)
 {
     return(PlatformInvoke.DD_FindMaxThreshold(manager, dd.Ptr, threshold));
 }