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