NVML API Reference Guide (PDF) - v535 (older) - Last updated January 31, 2024 - Send Feedback

5.43. nvmlValue_t Union Reference

[Device Structs]

Union to represent different types of Value

Public Variables

double  dVal
If the value is double.
int  siVal
If the value is signed int.
signed long long  sllVal
If the value is signed long long.
unsigned int  uiVal
If the value is unsigned int.
unsignedlong  ulVal
If the value is unsigned long.
unsigned long long  ullVal
If the value is unsigned long long.

Variables

double nvmlValue_t::dVal [inherited]

If the value is double.

int nvmlValue_t::siVal [inherited]

If the value is signed int.

signed long long nvmlValue_t::sllVal [inherited]

If the value is signed long long.

unsigned int nvmlValue_t::uiVal [inherited]

If the value is unsigned int.

unsignedlong nvmlValue_t::ulVal [inherited]

If the value is unsigned long.

unsigned long long nvmlValue_t::ullVal [inherited]

If the value is unsigned long long.


NVML API Reference Guide (PDF) - v535 (older) - Last updated January 31, 2024 - Send Feedback