Vector.Any<T>(Vector<T>, T) Method
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.
public:
generic <typename T>
static bool Any(System::Numerics::Vector<T> vector, T value);
C#
public static bool Any<T>(System.Numerics.Vector<T> vector, T value);
static member Any : System.Numerics.Vector<'T> * 'T -> bool
Public Function Any(Of T) (vector As Vector(Of T), value As T) As Boolean
- T
- vector
- Vector<T>
- value
- T
Product | Versions |
---|---|
.NET | 10 |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET feedback
.NET is an open source project. Select a link to provide feedback: