PackedSimd.AllTrue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AllTrue(Vector128<UIntPtr>)
public:
static bool AllTrue(System::Runtime::Intrinsics::Vector128<UIntPtr> value);
public static bool AllTrue(System.Runtime.Intrinsics.Vector128<UIntPtr> value);
static member AllTrue : System.Runtime.Intrinsics.Vector128<unativeint> -> bool
Public Shared Function AllTrue (value As Vector128(Of UIntPtr)) As Boolean
Parameters
Returns
Applies to
AllTrue(Vector128<UInt64>)
public:
static bool AllTrue(System::Runtime::Intrinsics::Vector128<System::UInt64> value);
public static bool AllTrue(System.Runtime.Intrinsics.Vector128<ulong> value);
static member AllTrue : System.Runtime.Intrinsics.Vector128<uint64> -> bool
Public Shared Function AllTrue (value As Vector128(Of ULong)) As Boolean
Parameters
Returns
Applies to
AllTrue(Vector128<UInt32>)
public:
static bool AllTrue(System::Runtime::Intrinsics::Vector128<System::UInt32> value);
public static bool AllTrue(System.Runtime.Intrinsics.Vector128<uint> value);
static member AllTrue : System.Runtime.Intrinsics.Vector128<uint32> -> bool
Public Shared Function AllTrue (value As Vector128(Of UInteger)) As Boolean
Parameters
Returns
Applies to
AllTrue(Vector128<SByte>)
public:
static bool AllTrue(System::Runtime::Intrinsics::Vector128<System::SByte> value);
public static bool AllTrue(System.Runtime.Intrinsics.Vector128<sbyte> value);
static member AllTrue : System.Runtime.Intrinsics.Vector128<sbyte> -> bool
Public Shared Function AllTrue (value As Vector128(Of SByte)) As Boolean
Parameters
Returns
Applies to
AllTrue(Vector128<UInt16>)
public:
static bool AllTrue(System::Runtime::Intrinsics::Vector128<System::UInt16> value);
public static bool AllTrue(System.Runtime.Intrinsics.Vector128<ushort> value);
static member AllTrue : System.Runtime.Intrinsics.Vector128<uint16> -> bool
Public Shared Function AllTrue (value As Vector128(Of UShort)) As Boolean
Parameters
Returns
Applies to
AllTrue(Vector128<Int64>)
public:
static bool AllTrue(System::Runtime::Intrinsics::Vector128<long> value);
public static bool AllTrue(System.Runtime.Intrinsics.Vector128<long> value);
static member AllTrue : System.Runtime.Intrinsics.Vector128<int64> -> bool
Public Shared Function AllTrue (value As Vector128(Of Long)) As Boolean
Parameters
Returns
Applies to
AllTrue(Vector128<Int32>)
public:
static bool AllTrue(System::Runtime::Intrinsics::Vector128<int> value);
public static bool AllTrue(System.Runtime.Intrinsics.Vector128<int> value);
static member AllTrue : System.Runtime.Intrinsics.Vector128<int> -> bool
Public Shared Function AllTrue (value As Vector128(Of Integer)) As Boolean
Parameters
Returns
Applies to
AllTrue(Vector128<Int16>)
public:
static bool AllTrue(System::Runtime::Intrinsics::Vector128<short> value);
public static bool AllTrue(System.Runtime.Intrinsics.Vector128<short> value);
static member AllTrue : System.Runtime.Intrinsics.Vector128<int16> -> bool
Public Shared Function AllTrue (value As Vector128(Of Short)) As Boolean
Parameters
Returns
Applies to
AllTrue(Vector128<Byte>)
public:
static bool AllTrue(System::Runtime::Intrinsics::Vector128<System::Byte> value);
public static bool AllTrue(System.Runtime.Intrinsics.Vector128<byte> value);
static member AllTrue : System.Runtime.Intrinsics.Vector128<byte> -> bool
Public Shared Function AllTrue (value As Vector128(Of Byte)) As Boolean
Parameters
Returns
Applies to
AllTrue(Vector128<IntPtr>)
public:
static bool AllTrue(System::Runtime::Intrinsics::Vector128<IntPtr> value);
public static bool AllTrue(System.Runtime.Intrinsics.Vector128<IntPtr> value);
static member AllTrue : System.Runtime.Intrinsics.Vector128<nativeint> -> bool
Public Shared Function AllTrue (value As Vector128(Of IntPtr)) As Boolean