Edit

Share via


Vector.ConvertToInt64Native(Vector<Double>) Method

Definition

Converts a System.Numerics.Vector<System.Double> to a System.Numerics.Vector<System.Int64> using platform specific behavior on overflow.

C#
public static System.Numerics.Vector<long> ConvertToInt64Native(System.Numerics.Vector<double> value);

Parameters

value
Vector<Double>

The vector to convert.

Returns

The converted vector.

Applies to

Product Versions
.NET 9, 10