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

4f55ba7b 24ef 3816 8bdd fd056d40e713

haplokuon edited this page May 6, 2023 · 1 revision

Determinant Method

netDxf 3.0.0 Library

Calculate the determinant of the actual matrix.

Definition

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

C#

public double Determinant()

VB

Public Function Determinant As Double

C++

public:
double Determinant()

F#

member Determinant : unit -> float 

Return Value

Double
Determinant.

See Also

Reference

Matrix2 Structure
netDxf Namespace

Clone this wiki locally