MathNPITNumeric Method
Represents the ratio of the circumference of a circle to its diameter,
specified by the constant, π. If TNumeric is integral,
this value is rounded to 3.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
public static TNumeric PI<TNumeric>()
where TNumeric : struct, new(), INumeric<TNumeric>
Public Shared Function PI(Of TNumeric As {Structure, New, INumeric(Of TNumeric)}) As TNumeric
public:
generic<typename TNumeric>
where TNumeric : value class, gcnew(), INumeric<TNumeric>
static TNumeric PI()
static member PI : unit -> 'TNumeric when 'TNumeric : struct, new() and INumeric<'TNumeric>
- TNumeric
TNumeric