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

Calculate the L2-norm of the calling vector.

Syntax
C#
Visual Basic
public double NormL2();
NormaL2 = ( Sum(|a[i]|^2) )^0.5 , 0 < i < Length-1
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!