C# 클래스 NiceHashMiner.Devices.ComputeDeviceManager.Query.NVIDIA_SMI_DRIVER

파일 보기 프로젝트 열기: nicehash/NiceHashMiner

공개 프로퍼티들

프로퍼티 타입 설명
leftPart int
rightPart int

공개 메소드들

메소드 설명
IsLesserVersionThan ( NVIDIA_SMI_DRIVER b ) : bool
NVIDIA_SMI_DRIVER ( int left, int right ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
getRightVal ( int val ) : int

메소드 상세

IsLesserVersionThan() 공개 메소드

public IsLesserVersionThan ( NVIDIA_SMI_DRIVER b ) : bool
b NVIDIA_SMI_DRIVER
리턴 bool

NVIDIA_SMI_DRIVER() 공개 메소드

public NVIDIA_SMI_DRIVER ( int left, int right ) : System
left int
right int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

leftPart 공개적으로 프로퍼티

public int leftPart
리턴 int

rightPart 공개적으로 프로퍼티

public int rightPart
리턴 int