Share via


NFloat.RadiansToDegrees(NFloat) Méthode

Définition

Convertit une valeur donnée de radians en degrés.

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

Paramètres

radians
NFloat

Valeur à convertir en degrés.

Retours

Valeur de radians convertie en degrés.

Implémente

S’applique à