Exemplo n.º 1
0
 public static bool GetDUOExposure(IntPtr duo, ref double val)
 {
     return(DUOLibInternal.DUOGetExposure(duo, ref val));
 }