SqlCeFunctions.Pi Method ()

 

Returns the constant value of pi.

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

[DbFunctionAttribute("SqlServerCe", "PI")]
public static Nullable<double> Pi()

Return Value

Type: System.Nullable<Double>

The numeric value of pi.