NFloat.DegreesToRadians(NFloat) Metoda

Definice

Převede danou hodnotu ze stupňů na radiány.

public:
 static System::Runtime::InteropServices::NFloat DegreesToRadians(System::Runtime::InteropServices::NFloat degrees) = System::Numerics::ITrigonometricFunctions<System::Runtime::InteropServices::NFloat>::DegreesToRadians;
public static System.Runtime.InteropServices.NFloat DegreesToRadians (System.Runtime.InteropServices.NFloat degrees);
static member DegreesToRadians : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function DegreesToRadians (degrees As NFloat) As NFloat

Parametry

degrees
NFloat

Hodnota, která se má převést na radiány.

Návraty

Hodnota degrees převedená na radiány.

Implementuje

Platí pro