DataBasic Reference > Statements and Intrinsic Functions > S > SUMMATION Function

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

RealityV15.1Online Documentation (MoTW) Revision 7

SUMMATION Function (DataBasic) (m618703+summation_f.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

SUMMATION Function

Returns the sum of all elements of a dynamic array.

Syntax

SUMMATION(dyn-array)

Syntax Elements

dyn-array is the name of a dynamic array.

Comments

SUMMATION returns the sum of all numeric elements found in the specified dynamic array. Nonnumeric elements of dyn-array are ignored. Null elements evaluate to zero.

See Also

SUM function.

Examples

RealityV15.1 (MoTW) Revision 7Comment on this topic