Vector256<T>.IsSupported Property

Definition

Gets a value that indicates whether T is supported.

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

Property Value

true if T is supported; otherwise, false.

Applies to