예제 #1
0
 public static extern int NvmlDeviceGetTemperature(NvmlDevice device, NvmlTemperatureSensors sensorType, ref uint temp);
예제 #2
0
 public static extern NvmlReturn NvmlDeviceGetTemperature(
     NvmlDevice device, NvmlTemperatureSensors sensorType, out uint temp);