Vector128<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

適用於