SqlCeFunctions.Atan Method
A mathematical function that returns the angle, in radians, whose tangent is the specified numerical value. This angle is called the arctangent.
Assembly: EntityFramework.SqlServerCompact (in EntityFramework.SqlServerCompact.dll)
Name | Description | |
---|---|---|
![]() ![]() | Atan(Nullable<Decimal>) | A mathematical function that returns the angle, in radians, whose tangent is the specified numerical value. This angle is called the arctangent. |
![]() ![]() | Atan(Nullable<Double>) | A mathematical function that returns the angle, in radians, whose tangent is the specified numerical value. This angle is called the arctangent. |
SqlCeFunctions.Atan Method (Nullable<Decimal>)
A mathematical function that returns the angle, in radians, whose tangent is the specified numerical value. This angle is called the arctangent.
[DbFunctionAttribute("SqlServerCe", "ATAN")] [SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "arg")] public static Nullable<double> Atan( Nullable<decimal> arg )
Parameters
- arg
-
Type:
System.Nullable<Decimal>
The tangent of an angle.
SqlCeFunctions.Atan Method (Nullable<Double>)
A mathematical function that returns the angle, in radians, whose tangent is the specified numerical value. This angle is called the arctangent.
[SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "arg")] [DbFunctionAttribute("SqlServerCe", "ATAN")] public static Nullable<double> Atan( Nullable<double> arg )
Parameters
- arg
-
Type:
System.Nullable<Double>
The tangent of an angle.