Vector512<T>.IsSupported Propiedad

Definición

Obtiene true si T se admite; de lo contrario, false.

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

Valor de propiedad

Es true si se admite T; en caso contrario, es false.

Se aplica a