NFloat.Sin(NFloat) Method

Definition

Computes the sine of a value.

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

Parameters

x
NFloat

The value, in radians, whose sine is to be computed.

Returns

The sine of x.

Implements

Remarks

This computes sin(x).

Applies to