C# 클래스 Yeppp.CpuSimdFeature

SIMD extensions.
파일 보기 프로젝트 열기: wdv4758h/Yeppp 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CpuSimdFeature
CpuSimdFeature
IsDefined bool

공개 메소드들

메소드 설명
Equals ( CpuSimdFeature other ) : bool

Compares for equality with another CpuSimdFeature object.

Comparison is performed by value.

Equals ( System other ) : bool

Compares for equality with another object.

Comparison is performed by value.

GetHashCode ( ) : int

Provides a hash for the object.

Non-equal CpuSimdFeature objects are guaranteed to have different hashes.

ToString ( ) : string

Provides a string ID for the object.

The string ID starts with a Latin letter and contains only Latin letters, digits, and underscore symbol.

비공개 메소드들

메소드 설명
CpuSimdFeature ( uint id )
CpuSimdFeature ( uint id, uint architectureId )
IsDefined ( uint id, uint architectureId ) : bool

메소드 상세

Equals() 공개 메소드

Compares for equality with another CpuSimdFeature object.
Comparison is performed by value.
public Equals ( CpuSimdFeature other ) : bool
other CpuSimdFeature
리턴 bool

Equals() 공개 메소드

Compares for equality with another object.
Comparison is performed by value.
public Equals ( System other ) : bool
other System
리턴 bool

GetHashCode() 공개 메소드

Provides a hash for the object.
Non-equal CpuSimdFeature objects are guaranteed to have different hashes.
public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

Provides a string ID for the object.
The string ID starts with a Latin letter and contains only Latin letters, digits, and underscore symbol.
public ToString ( ) : string
리턴 string