Axiom.Core.PlatformInformation.IsSupported C# (CSharp) Méthode

IsSupported() public static méthode

public static IsSupported ( CPUFeature feature ) : bool
feature CPUFeature
Résultat bool
		public static bool IsSupported( CPUFeature feature )
		{
			return cpuFeatures[ (int)feature ];
		}