Version

UltraCalcFunctionSeriesSum Class

Returns the sum of a power series.
Syntax
'Declaration
 
Public Class UltraCalcFunctionSeriesSum 
   Inherits BuiltInFunctionBase
public class UltraCalcFunctionSeriesSum : BuiltInFunctionBase 
Remarks

SERIESSUM(inputValue, initialPower, step, coefficient1 [, coefficient2, coefficient3, ..., coefficientN])
InputValue is the input value to the power series.
InitialPower is the initial power to which X will be raised.
Step is the step which will be used to increase N for each term in the series.
Coefficient1, Coefficient2, ..., CoefficientN is a set of coefficients by which each successive power of X is multiplied.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also