 | DoubleVectorTwoNorm Method |
Computes the 2-norm of this vector.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
SyntaxPublic Function TwoNorm As Double
member TwoNorm : unit -> float
Return Value
DoubleThe 2-norm of this vector. This is the square
root of the dot product.
See Also