Decimal32.Tan(Decimal32) Method

Definition

public:
 static System::Numerics::Decimal32 Tan(System::Numerics::Decimal32 x) = System::Numerics::ITrigonometricFunctions<System::Numerics::Decimal32>::Tan;
public static System.Numerics.Decimal32 Tan(System.Numerics.Decimal32 x);
static member Tan : System.Numerics.Decimal32 -> System.Numerics.Decimal32
Public Shared Function Tan (x As Decimal32) As Decimal32

Parameters

Returns

Implements

Applies to