C# Class ManagedCuda.Nvml.nvmlPSUInfo

Show file Open project: kunzmi/managedCuda Class Usage Examples

Public Properties

Property Type Description
current uint
power uint
voltage uint

Property Details

current public property

PSU current (A)
public uint current
return uint

power public property

PSU power draw (W)
public uint power
return uint

voltage public property

PSU voltage (V)
public uint voltage
return uint