Table of Contents

Class VectorHelper

Namespace
Zyl.ExSpans.Impl
Assembly
ExSpans.dll

Vector Helper.

public static class VectorHelper
Inheritance
VectorHelper
Inherited Members

Methods

ExtractMostSignificantBits<T>(Vector<T>)

Extracts the most significant bit from each element in a vector.

LastIndexOfWhereAllBitsSet<T>(Vector<T>)

Determines the index of the last element in a vector that has all bits set.

LastIndexOf<T>(Vector<T>, T)

Determines the index of the last element in a vector that is equal to a given value.

LoadUnsafe<T>(ref readonly T)

Loads a vector from the given source.

LoadUnsafe<T>(ref readonly T, nuint)

Loads a vector from the given source and element offset.

StoreUnsafe<T>(Vector<T>, ref T)

Stores a vector at the given destination.

StoreUnsafe<T>(Vector<T>, ref T, nuint)

Stores a vector at the given destination.