C# Class ManagedCuda.Nvml.nvmlPSUInfo

Exibir arquivo Open project: kunzmi/managedCuda Class Usage Examples

Public Properties

Property Type Description
current uint
power uint
voltage uint

Property Details

current public_oe property

PSU current (A)
public uint current
return uint

power public_oe property

PSU power draw (W)
public uint power
return uint

voltage public_oe property

PSU voltage (V)
public uint voltage
return uint