NFloat.Sin(NFloat) Metodo

Definizione

Calcola il seno di un valore.

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

Parametri

x
NFloat

Valore, espresso in radianti, il cui seno deve essere calcolato.

Restituisce

Seno di x.

Implementazioni

Commenti

In questo modo viene calcolato sin(x).

Si applica a