Beispiel #1
0
 /// <summary>
 /// Return the value of the given constant node
 /// </summary>
 public static double GetValue(CUDDNode dd)
 {
     return(PlatformInvoke.DDN_GetValue(dd.Ptr));
 }