Vector512<T>.IsSupported プロパティ

定義

がサポートされている場合Tは を取得し、falseそれ以外の場合は を取得trueします。

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

プロパティ値

T がサポートされている場合は true。それ以外の場合は false

適用対象