NumLibPolyIntT(T) Method
Integrate polynomial analytically
Namespace: Metas.UncLib.CoreAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static T[] PolyInt<T>(
T[] p
)
where T : new(), Object, INumber<T>
Public Shared Function PolyInt(Of T As {New, Object, INumber(Of T)}) (
p As T()
) As T()
public:
generic<typename T>
where T : gcnew(), Object, INumber<T>
static array<T>^ PolyInt(
array<T>^ p
)
static member PolyInt :
p : 'T[] -> 'T[] when 'T : new() and Object and INumber<'T>
- p T
- Polynomial coefficients in descending powers
- T
- Number Type
TIntegrated polynomial coefficients in descending powers