SqlCeFunctions.Tan Method
Returns the trigonometric tangent of the input expression.
Assembly: EntityFramework.SqlServerCompact (in EntityFramework.SqlServerCompact.dll)
Name | Description | |
---|---|---|
![]() ![]() | Tan(Nullable<Decimal>) | Returns the trigonometric tangent of the input expression. |
![]() ![]() | Tan(Nullable<Double>) | Returns the trigonometric tangent of the input expression. |
SqlCeFunctions.Tan Method (Nullable<Decimal>)
Returns the trigonometric tangent of the input expression.
[DbFunctionAttribute("SqlServerCe", "TAN")] [SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "arg")] public static Nullable<double> Tan( Nullable<decimal> arg )
Parameters
- arg
-
Type:
System.Nullable<Decimal>
An angle, measured in radians.
SqlCeFunctions.Tan Method (Nullable<Double>)
Returns the trigonometric tangent of the input expression.
[SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "arg")] [DbFunctionAttribute("SqlServerCe", "TAN")] public static Nullable<double> Tan( Nullable<double> arg )
Parameters
- arg
-
Type:
System.Nullable<Double>
An angle, measured in radians.