Sve.AddSequentialAcross 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

AddSequentialAcross(Vector<Double>, Vector<Double>)

float64_t svadda<see href="svbool_t pg, float64_t initial, svfloat64_t op">_f64</see>

FADDA Dtied, Pg, Dtied, Zop.D

AddSequentialAcross(Vector<Single>, Vector<Single>)

float32_t svadda<see href="svbool_t pg, float32_t initial, svfloat32_t op">_f32</see>

FADDA Stied, Pg, Stied, Zop.S

AddSequentialAcross(Vector<Double>, Vector<Double>)

float64_t svadda<see href="svbool_t pg, float64_t initial, svfloat64_t op">_f64</see>

FADDA Dtied, Pg, Dtied, Zop.D

C#
public static System.Numerics.Vector<double> AddSequentialAcross(System.Numerics.Vector<double> initial, System.Numerics.Vector<double> value);

Parameters

initial
Vector<Double>
value
Vector<Double>

Returns

Applies to

.NET 10 and .NET 9
Product Versions
.NET 9, 10

AddSequentialAcross(Vector<Single>, Vector<Single>)

float32_t svadda<see href="svbool_t pg, float32_t initial, svfloat32_t op">_f32</see>

FADDA Stied, Pg, Stied, Zop.S

C#
public static System.Numerics.Vector<float> AddSequentialAcross(System.Numerics.Vector<float> initial, System.Numerics.Vector<float> value);

Parameters

initial
Vector<Single>
value
Vector<Single>

Returns

Applies to

.NET 10 and .NET 9
Product Versions
.NET 9, 10