Yeppp!
 All Classes Namespaces Functions Variables Properties Pages
Public Member Functions | Properties | List of all members
CpuSimdFeature Class Reference

SIMD extensions. More...

Inherited by ArmCpuSimdFeature, MipsCpuSimdFeature, and X86CpuSimdFeature.

Public Member Functions

bool Equals (CpuSimdFeature other)
 Compares for equality with another CpuSimdFeature object. More...
 
override bool Equals (System.Object other)
 Compares for equality with another object. More...
 
override int GetHashCode ()
 Provides a hash for the object. More...
 
override string ToString ()
 Provides a string ID for the object. More...
 

Properties

string Description [get]
 Provides a description for the object. More...
 

Detailed Description

SIMD extensions.

See Also
CpuArchitecture.CpuSimdFeatures, Library.IsSupported(CpuSimdFeature), X86CpuSimdFeature, ArmCpuSimdFeature, MipsCpuSimdFeature

Member Function Documentation

bool Equals ( CpuSimdFeature  other)
inline

Compares for equality with another CpuSimdFeature object.

Comparison is performed by value.

override bool Equals ( System.Object  other)
inline

Compares for equality with another object.

Comparison is performed by value.

override int GetHashCode ( )
inline

Provides a hash for the object.

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

override string ToString ( )
inline

Provides a string ID for the object.

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

See Also
Description

Property Documentation

string Description
get

Provides a description for the object.

The description can contain spaces and non-ASCII characters.

See Also
ToString()