Op Englesch liesen Editéieren

Deelen iwwer


Vector64.SinCos 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

SinCos(Vector64<Double>)

Computes the sincos of each element in a vector.

SinCos(Vector64<Single>)

Computes the sincos of each element in a vector.

SinCos(Vector64<Double>)

Computes the sincos of each element in a vector.

C#
public static(System.Runtime.Intrinsics.Vector64<double> Sin, System.Runtime.Intrinsics.Vector64<double> Cos) SinCos(System.Runtime.Intrinsics.Vector64<double> vector);

Parameters

vector
Vector64<Double>

The vector that will have its SinCos computed.

Returns

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

Applies to

.NET 10 a .NET 9
Produkt Versiounen
.NET 9, 10

SinCos(Vector64<Single>)

Computes the sincos of each element in a vector.

C#
public static(System.Runtime.Intrinsics.Vector64<float> Sin, System.Runtime.Intrinsics.Vector64<float> Cos) SinCos(System.Runtime.Intrinsics.Vector64<float> vector);

Parameters

vector
Vector64<Single>

The vector that will have its SinCos computed.

Returns

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

Applies to

.NET 10 a .NET 9
Produkt Versiounen
.NET 9, 10