Half.SinCos(Half) 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.
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))
.
Applies to
उत्पाद | संस्करण |
---|---|
.NET | 7, 8, 9, 10 |
GitHub पर हमारे साथ सहयोग करें
इस सामग्री का स्रोत GitHub पर पाया जा सकता है, जहाँ आप समस्याएँ बना और समीक्षा भी कर सकते हैं और अनुरोध खींच सकते हैं. अधिक जानकारी के लिए, हमारे योगदानकर्ता गाइड देखें.
.NET प्रतिक्रिया
.NET एक ओपन सोर्स प्रोजेक्ट है. प्रतिक्रिया प्रदान करने के लिए लिंक का चयन करें: