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

適用対象