Vector.SinCos Method
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.
public:
static ValueTuple<System::Numerics::Vector<double>, System::Numerics::Vector<double>> SinCos(System::Numerics::Vector<double> vector);
C#
public static(System.Numerics.Vector<double> Sin, System.Numerics.Vector<double> Cos) SinCos(System.Numerics.Vector<double> vector);
static member SinCos : System.Numerics.Vector<double> -> ValueTuple<System.Numerics.Vector<double>, System.Numerics.Vector<double>>
Public Function SinCos (vector As Vector(Of Double)) As ValueTuple(Of Vector(Of Double), Vector(Of Double))
Parameters
Returns
Applies to
.NET 10 és .NET 9
Termék | Verziók |
---|---|
.NET | 9, 10 |
public:
static ValueTuple<System::Numerics::Vector<float>, System::Numerics::Vector<float>> SinCos(System::Numerics::Vector<float> vector);
C#
public static(System.Numerics.Vector<float> Sin, System.Numerics.Vector<float> Cos) SinCos(System.Numerics.Vector<float> vector);
static member SinCos : System.Numerics.Vector<single> -> ValueTuple<System.Numerics.Vector<single>, System.Numerics.Vector<single>>
Public Function SinCos (vector As Vector(Of Single)) As ValueTuple(Of Vector(Of Single), Vector(Of Single))
Parameters
Returns
Applies to
.NET 10 és .NET 9
Termék | Verziók |
---|---|
.NET | 9, 10 |
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
.NET-visszajelzés
A(z) .NET egy nyílt forráskód projekt. Visszajelzés adásához válasszon egy hivatkozást: