You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > RMS Method > Matrix.RMS Method ()
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.RMS Method ()

Root mean square (RMS).

Syntax
C#
Visual Basic
public double RMS();

Calculate the root mean square value for all calling object elements in-place. The root mean square (RMS) is defined by the equation: 

 

var a: Matrix; c: double; begin a.SetIt(1,4,False,[1,2,3,4]); c := a.RMS; end;
Copyright (c) 1999-2022 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!