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