Redigera

Dela via


Vector256.All<T>(Vector256<T>, T) Method

Definition

public:
generic <typename T>
 static bool All(System::Runtime::Intrinsics::Vector256<T> vector, T value);
public static bool All<T>(System.Runtime.Intrinsics.Vector256<T> vector, T value);
static member All : System.Runtime.Intrinsics.Vector256<'T> * 'T -> bool
Public Function All(Of T) (vector As Vector256(Of T), value As T) As Boolean

Type Parameters

T

Parameters

vector
Vector256<T>
value
T

Returns

Applies to