Vector512.Sin 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

Sin(Vector512<Double>)

Computes the sin of each element in a vector.

Sin(Vector512<Single>)

Computes the sin of each element in a vector.

Sin(Vector512<Double>)

Computes the sin of each element in a vector.

C#
public static System.Runtime.Intrinsics.Vector512<double> Sin(System.Runtime.Intrinsics.Vector512<double> vector);

Parameters

vector
Vector512<Double>

The vector that will have its Sin computed.

Returns

A vector whose elements are the sin of the elements in vector.

Applies to

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

Sin(Vector512<Single>)

Computes the sin of each element in a vector.

C#
public static System.Runtime.Intrinsics.Vector512<float> Sin(System.Runtime.Intrinsics.Vector512<float> vector);

Parameters

vector
Vector512<Single>

The vector that will have its Sin computed.

Returns

A vector whose elements are the sin of the elements in vector.

Applies to

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