Table of Contents

Interface IBaseTraits

Namespace
Zyl.VectorTraits.Impl
Assembly
VectorTraits.dll

Base traits interface (基本的特征接口).

public interface IBaseTraits

Properties

ByteCount

Get byte count (取得字节数量).

IsHardwareAccelerated

Whether to exist hardware accelerated (是否存在硬件加速).

IsSupported

Whether to support the run (是否支持运行).

UsedInstructionSets

Used instruction sets. The separator is a comma char ',' (使用的指令集. 分隔符是逗号 ',').

Methods

GetIsSupported(bool)

Gets it is support the run (取得它是否支持运行).

GetUnsupportedMessage(bool)

Get unsupported messages (取得不支持时的消息).

ThrowForUnsupported(bool)

Throw exception when not supported. (当不支持时抛出异常).