SqlFunctions.Pi Method ()

 

Returns the constant value of pi.

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

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

Return Value

Type: System.Nullable<Double>

The numeric value of pi.