Half.SinCos(Half) 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.
Computes the sine and cosine of a value.
public:
static ValueTuple<Half, Half> SinCos(Half x) = System::Numerics::ITrigonometricFunctions<Half>::SinCos;
public static (Half Sin, Half Cos) SinCos (Half x);
static member SinCos : Half -> ValueTuple<Half, Half>
Public Shared Function SinCos (x As Half) As ValueTuple(Of Half, Half)
- x
- Half
The value, in radians, whose sine and cosine are to be computed.
The sine and cosine of x
.
This computes (sin(x), cos(x))
.
Produto | Versões |
---|---|
.NET | 7, 8, 9 |
Comentários do .NET
O .NET é um projeto código aberto. Selecione um link para fornecer comentários: