Vector256<T>.IsSupported 属性

定义

获取一个值,该值指示是否 T 受支持。

public:
 static property bool IsSupported { bool get(); };
public static bool IsSupported { get; }
static member IsSupported : bool
static member IsSupported : bool
Public Shared ReadOnly Property IsSupported As Boolean

属性值

如果支持 T,则为 true;否则为 false

适用于