SqlCeFunctions.Asin Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Asin(Nullable<Decimal>) |
A mathematical function that returns the angle, in radians, whose sine is the specified numerical value. This angle is called the arcsine. |
Asin(Nullable<Double>) |
A mathematical function that returns the angle, in radians, whose sine is the specified numerical value. This angle is called the arcsine. |
Asin(Nullable<Decimal>)
A mathematical function that returns the angle, in radians, whose sine is the specified numerical value. This angle is called the arcsine.
[System.Data.Entity.DbFunction("SqlServerCe", "ASIN")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="arg")]
public static Nullable<double> Asin (Nullable<decimal> arg);
static member Asin : Nullable<decimal> -> Nullable<double>
Public Shared Function Asin (arg As Nullable(Of Decimal)) As Nullable(Of Double)
Parameters
Returns
An angle, measured in radians.
- Attributes
Applies to
Asin(Nullable<Double>)
A mathematical function that returns the angle, in radians, whose sine is the specified numerical value. This angle is called the arcsine.
[System.Data.Entity.DbFunction("SqlServerCe", "ASIN")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="arg")]
public static Nullable<double> Asin (Nullable<double> arg);
static member Asin : Nullable<double> -> Nullable<double>
Public Shared Function Asin (arg As Nullable(Of Double)) As Nullable(Of Double)
Parameters
Returns
An angle, measured in radians.
- Attributes
Applies to
Entity Framework