Condividi tramite


NFloat.Sin(NFloat) Metodo

Definizione

Calcola il sine 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, nei radianti, il cui sine deve essere calcolato.

Restituisce

Seno di x.

Implementazioni

Commenti

Questo calcolo consente di calcolare sin(x).

Si applica a