SqlCeFunctions.SquareRoot Method
Returns the square root of the specified number.
Assembly: EntityFramework.SqlServerCompact (in EntityFramework.SqlServerCompact.dll)
Name | Description | |
---|---|---|
![]() ![]() | SquareRoot(Nullable<Decimal>) | Returns the square root of the specified number. |
![]() ![]() | SquareRoot(Nullable<Double>) | Returns the square root of the specified number. |
SqlCeFunctions.SquareRoot Method (Nullable<Decimal>)
Returns the square root of the specified number.
[DbFunctionAttribute("SqlServerCe", "SQRT")] [SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "arg")] public static Nullable<double> SquareRoot( Nullable<decimal> arg )
Parameters
- arg
-
Type:
System.Nullable<Decimal>
A numeric expression.
SqlCeFunctions.SquareRoot Method (Nullable<Double>)
Returns the square root of the specified number.
[DbFunctionAttribute("SqlServerCe", "SQRT")] [SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "arg")] public static Nullable<double> SquareRoot( Nullable<double> arg )
Parameters
- arg
-
Type:
System.Nullable<Double>
A numeric expression.