Vector.LastIndexOf<T>(Vector<T>, T) 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.
public:
generic <typename T>
static int LastIndexOf(System::Numerics::Vector<T> vector, T value);
public static int LastIndexOf<T>(System.Numerics.Vector<T> vector, T value);
static member LastIndexOf : System.Numerics.Vector<'T> * 'T -> int
Public Function LastIndexOf(Of T) (vector As Vector(Of T), value As T) As Integer
Type Parameters
- T
Parameters
- vector
- Vector<T>
- value
- T
Returns
Applies to
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.