You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Methods > RMS Method > Vector.RMS Method ()
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Vector.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: Vector; c: double; begin a.SetIt(False,[1,2,3,4]); c := a.RMS; end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!