C# 클래스 ManagedCuda.Nvml.nvmlPSUInfo

파일 보기 프로젝트 열기: kunzmi/managedCuda 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
current uint
power uint
voltage uint

프로퍼티 상세

current 공개적으로 프로퍼티

PSU current (A)
public uint current
리턴 uint

power 공개적으로 프로퍼티

PSU power draw (W)
public uint power
리턴 uint

voltage 공개적으로 프로퍼티

PSU voltage (V)
public uint voltage
리턴 uint