Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

b14aee38 3370 9bce b255 b80993177b62

haplokuon edited this page May 6, 2023 · 1 revision

L2Norm Method

netDxf 3.0.0 Library

[Missing <summary> documentation for "M:netDxf.GTE.GMatrix.L2Norm(netDxf.GTE.GMatrix)"]

Definition

Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public static double L2Norm(
	GMatrix m
)

VB

Public Shared Function L2Norm ( 
	m As GMatrix
) As Double

C++

public:
static double L2Norm(
	GMatrix^ m
)

F#

static member L2Norm : 
        m : GMatrix -> float 

Parameters

  GMatrix
\[Missing <param name="m"/> documentation for "M:netDxf.GTE.GMatrix.L2Norm(netDxf.GTE.GMatrix)"\]

Return Value

Double
[Missing <returns> documentation for "M:netDxf.GTE.GMatrix.L2Norm(netDxf.GTE.GMatrix)"]

See Also

Reference

GMatrix Class
netDxf.GTE Namespace

Clone this wiki locally