C# Class ManagedCuda.Nvml.nvmlPSUInfo

Afficher le fichier Open project: kunzmi/managedCuda Class Usage Examples

Méthodes publiques

Свойство Type Description
current uint
power uint
voltage uint

Property Details

current public_oe property

PSU current (A)
public uint current
Résultat uint

power public_oe property

PSU power draw (W)
public uint power
Résultat uint

voltage public_oe property

PSU voltage (V)
public uint voltage
Résultat uint