NFloat.Sin(NFloat) Méthode

Définition

Calcule le sinus d’une valeur.

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

Paramètres

x
NFloat

Valeur, en radians, dont le sinus doit être calculé.

Retours

Sinus de x.

Implémente

Remarques

Cela calcule sin(x).

S’applique à