NFloat.RadiansToDegrees(NFloat) Metod

Definition

Konverterar ett givet värde från radianer till grader.

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

Parametrar

radians
NFloat

Värdet som ska konverteras till grader.

Returer

Värdet för radians konverterat till grader.

Implementeringar

Gäller för