Single.CosPi(Single) 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 cosine of a value that has been multipled by pi
.
public:
static float CosPi(float x) = System::Numerics::ITrigonometricFunctions<float>::CosPi;
C#
public static float CosPi(float x);
static member CosPi : single -> single
Public Shared Function CosPi (x As Single) As Single
- x
- Single
The value, in half-revolutions, whose cosine is to be computed.
The cosine of x
multiplied-by pi
.
This computes cos(x * π)
.
Produkt | Versioner |
---|---|
.NET | 7, 8, 9, 10 |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Feedback om .NET
.NET är ett öppen källkod projekt. Välj en länk för att ge feedback: