C# Class Yeppp.CpuSimdFeature

SIMD extensions.
Afficher le fichier Open project: wdv4758h/Yeppp Class Usage Examples

Private Properties

Свойство Type Description
CpuSimdFeature
CpuSimdFeature
IsDefined bool

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
CpuSimdFeature ( uint id )
CpuSimdFeature ( uint id, uint architectureId )
IsDefined ( uint id, uint architectureId ) : bool

Method Details

Equals() public méthode

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

Equals() public méthode

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

GetHashCode() public méthode

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

ToString() public méthode

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
Résultat string