You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > clMatrix Structure > clMatrix Methods > SumAndSqrSum Method > clMatrix.SumAndSqrSum Method (out double, out double, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
clMatrix.SumAndSqrSum Method (out double, out double, int, int)

Returns the sum and the sum of squared elements.

Syntax
C#
Visual Basic
public void SumAndSqrSum(out double Sum, out double SqrSum, int Index, int Len);

Returns the sum and the sum of squared items from calling vector elements [Index]..[Index+Len-1].

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!