nvmlValue_t#
-
union nvmlValue_t#
- #include <C:/Users/rachnap/Perforce/rachnap_cuda_docs_new/sw/docs/gpu-deploy/rst/docs/nvml-api/headers/nvml.h>
Union to represent different types of Value.
Public Members
-
double dVal#
If the value is double.
-
int siVal#
If the value is signed int.
-
unsigned int uiVal#
If the value is unsigned int.
-
unsigned long ulVal#
If the value is unsigned long.
-
unsigned long long ullVal#
If the value is unsigned long long.
-
signed long long sllVal#
If the value is signed long long.
-
unsigned short usVal#
If the value is unsigned short.
-
double dVal#