Vector512<T>.IsSupported 属性

定义

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

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

适用于