SqlCeFunctions.Asin Method

 

A mathematical function that returns the angle, in radians, whose sine is the specified numerical value. This angle is called the arcsine.

Namespace:   System.Data.Entity.SqlServerCompact
Assembly:  EntityFramework.SqlServerCompact (in EntityFramework.SqlServerCompact.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticAsin(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_CAPS_pubmethodSystem_CAPS_staticAsin(Nullable<Double>)

A mathematical function that returns the angle, in radians, whose sine is the specified numerical value. This angle is called the arcsine.


SqlCeFunctions.Asin Method (Nullable<Decimal>)

A mathematical function that returns the angle, in radians, whose sine is the specified numerical value. This angle is called the arcsine.

[DbFunctionAttribute("SqlServerCe", "ASIN")]
[SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", 
	MessageId = "arg")]
public static Nullable<double> Asin(
	Nullable<decimal> arg
)

Parameters

arg
Type: System.Nullable<Decimal>

The sine of an angle.

Return Value

Type: System.Nullable<Double>

An angle, measured in radians.


SqlCeFunctions.Asin Method (Nullable<Double>)

A mathematical function that returns the angle, in radians, whose sine is the specified numerical value. This angle is called the arcsine.

[DbFunctionAttribute("SqlServerCe", "ASIN")]
[SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", 
	MessageId = "arg")]
public static Nullable<double> Asin(
	Nullable<double> arg
)

Parameters

arg
Type: System.Nullable<Double>

The sine of an angle.

Return Value

Type: System.Nullable<Double>

An angle, measured in radians.